See: Description
| Class | Description | 
|---|---|
| ColumnAnnotationMapper | Maps JPA column annotation to  MappedProperty. | 
| EmbeddableAnnotationMapper | Maps JPA Embeddable to Micronaut Data Embedabble. | 
| EmbeddedAnnotationMapper | Maps JPA Embedded to Micronaut Data embedded. | 
| EmbeddedIdAnnotationMapper | Maps JPA's embedded ID to  EmbeddedId. | 
| EntityAnnotationMapper | Translates the  javax.persistenceannotation model into the generic model understood by Micronaut Data. | 
| EnumeratedAnnotationMapper | Maps JPA's @Enumerated to a correct type def. | 
| GeneratedValueMapper | Maps JPA's generated value to Micronaut's. | 
| IdAnnotationMapper | Maps JPA's  Idannotation to Micronaut's. | 
| IndexAnnotationMapper | Maps JPA's  Indexannotation to Micronaut's. | 
| JoinColumnAnnotationMapper | Maps JPA's  JoinColumnannotation to Micronaut's. | 
| JoinTableAnnotationMapper | Maps JPA's  JoinTableannotation to Micronaut's. | 
| ManyToManyMapper | Maps JPA's  ManyToManyannotation toRelation. | 
| ManyToOneMapper | Maps JPA's  ManyToOneannotation toRelation. | 
| OneToManyMapper | Maps JPA's  OneToManyannotation toRelation. | 
| OneToOneMapper | Maps JPA's  OneToOneannotation toRelation. | 
| TableAnnotationMapper | Maps JPA's  Tableannotation toMappedEntity. | 
| TransientAnnotationMapper | Maps JPA's  Transientannotation toTransient. | 
| VersionAnnotationMapper | Maps JPA's  Versionannotation to Micronaut's. |