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.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. |
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 . |
TableAnnotationMapper |
Maps JPA's
Table annotation to MappedEntity . |
TransientAnnotationMapper |
Maps JPA's
Transient annotation to Transient . |
VersionAnnotationMapper |
Maps JPA's
Version annotation to Micronaut's. |