ColumnAnnotationMapper |
|
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 |
|
EntityAnnotationMapper |
Translates the jakarta.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's Id annotation to Micronaut's.
|
IndexAnnotationMapper |
Maps JPA's Index annotation to Micronaut's.
|
JoinColumnAnnotationMapper |
Maps JPA's JoinColumn annotation to Micronaut's.
|
JoinTableAnnotationMapper |
Maps JPA's JoinTable annotation to Micronaut's.
|
ManyToManyMapper |
Maps JPA's ManyToMany annotation to Relation .
|
ManyToOneMapper |
Maps JPA's ManyToOne annotation to Relation .
|
OneToManyMapper |
Maps JPA's OneToMany annotation to Relation .
|
OneToOneMapper |
Maps JPA's OneToOne annotation to Relation .
|
StaticMetamodelAnnotationMapper |
Mapping StaticMetamodel to have reflective access.
|
TableAnnotationMapper |
|
TransientAnnotationMapper |
Maps JPA's Transient annotation to Transient .
|
VersionAnnotationMapper |
Maps JPA's Version annotation to Micronaut's.
|