Package io.micronaut.data.processor.mappers.jpa.jx
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
-
ClassDescriptionMaps JPA column annotation to
MappedProperty
.Maps JPA Convert annotation.Maps JPA converter annotation to a singleton instance.Maps JPA Embeddable to Micronaut Data Embedabble.Maps JPA Embedded to Micronaut Data embedded.Maps JPA's embedded ID toEmbeddedId
.Translates thejavax.persistence
annotation model into the generic model understood by Micronaut Data.Maps JPA's @Enumerated to a correct type def.Maps JPA's generated value to Micronaut's.Maps JPA'sId
annotation to Micronaut's.Maps JPA'sIndex
annotation to Micronaut's.Maps JPA'sJoinColumn
annotation to Micronaut's.Maps JPA'sJoinTable
annotation to Micronaut's.Maps JPA'sManyToMany
annotation toRelation
.Maps JPA'sManyToOne
annotation toRelation
.Maps JPA'sOneToMany
annotation toRelation
.Maps JPA'sOneToOne
annotation toRelation
.Maps JPA'sTable
annotation toMappedEntity
.Maps JPA'sTransient
annotation toTransient
.Maps JPA'sVersion
annotation to Micronaut's.