Package io.micronaut.data.processor.mappers.jpa.jakarta
package io.micronaut.data.processor.mappers.jpa.jakarta
-
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 thejakarta.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
.MappingStaticMetamodel
to have reflective access.Maps JPA'sTable
annotation toMappedEntity
.Maps JPA'sTransient
annotation toTransient
.Maps JPA'sVersion
annotation to Micronaut's.