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
Id . |
EntityAnnotationMapper |
Translates the
javax.persistence annotation model into the generic model understood by Micronaut Data. |
GeneratedValueMapper |
Maps JPA's generated value to Micronaut's.
|
IdAnnotationMapper |
Maps JPA's
Id 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 . |