Class EntityAnnotationMapper
java.lang.Object
io.micronaut.data.processor.mappers.jpa.jx.EntityAnnotationMapper
io.micronaut.data.processor.mappers.jpa.jakarta.EntityAnnotationMapper
- All Implemented Interfaces:
io.micronaut.core.naming.Named
,io.micronaut.inject.annotation.AnnotationMapper<Annotation>
,io.micronaut.inject.annotation.NamedAnnotationMapper
Translates the
jakarta.persistence
annotation model into the generic model understood by Micronaut Data.- Since:
- 2.4.8
- Author:
- Denis Stepanov
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.data.processor.mappers.jpa.jx.EntityAnnotationMapper
map
-
Constructor Details
-
EntityAnnotationMapper
public EntityAnnotationMapper()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceio.micronaut.core.naming.Named
- Overrides:
getName
in classEntityAnnotationMapper
-