Package io.micronaut.data.processor.mappers.jpa.jx
Classes to map JPA annotations on to generic Micronaut Data annotations.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Class Summary Class Description ColumnAnnotationMapper Maps JPA column annotation toMappedProperty
.ConvertAnnotationMapper Maps JPA Convert annotation.ConverterAnnotationMapper Maps JPA converter annotation to a singleton instance.EmbeddableAnnotationMapper Maps JPA Embeddable to Micronaut Data Embedabble.EmbeddedAnnotationMapper Maps JPA Embedded to Micronaut Data embedded.EmbeddedIdAnnotationMapper Maps JPA's embedded ID toEmbeddedId
.EntityAnnotationMapper Translates thejavax.persistence
annotation 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'sId
annotation to Micronaut's.IndexAnnotationMapper Maps JPA'sIndex
annotation to Micronaut's.JoinColumnAnnotationMapper Maps JPA'sJoinColumn
annotation to Micronaut's.JoinTableAnnotationMapper Maps JPA'sJoinTable
annotation to Micronaut's.ManyToManyMapper Maps JPA'sManyToMany
annotation toRelation
.ManyToOneMapper Maps JPA'sManyToOne
annotation toRelation
.OneToManyMapper Maps JPA'sOneToMany
annotation toRelation
.OneToOneMapper Maps JPA'sOneToOne
annotation toRelation
.TableAnnotationMapper Maps JPA'sTable
annotation toMappedEntity
.TransientAnnotationMapper Maps JPA'sTransient
annotation toTransient
.VersionAnnotationMapper Maps JPA'sVersion
annotation to Micronaut's.