Class JoinTableAnnotationMapper

  • All Implemented Interfaces:
    io.micronaut.core.naming.Named, io.micronaut.inject.annotation.AnnotationMapper<java.lang.annotation.Annotation>, io.micronaut.inject.annotation.NamedAnnotationMapper

    public final class JoinTableAnnotationMapper
    extends JoinTableAnnotationMapper
    Maps JPA's JoinTable annotation to Micronaut's.
    Since:
    2.4.8
    Author:
    Denis Stepanov
    • Constructor Detail

      • JoinTableAnnotationMapper

        public JoinTableAnnotationMapper()
    • Method Detail

      • getJoinColumnAnnotationMapper

        protected io.micronaut.inject.annotation.NamedAnnotationMapper getJoinColumnAnnotationMapper()
        Override to replace the join column mapper.
        Overrides:
        getJoinColumnAnnotationMapper in class JoinTableAnnotationMapper
        Returns:
        the join column mapper
      • getName

        @NonNull
        public java.lang.String getName()
        Specified by:
        getName in interface io.micronaut.core.naming.Named
        Overrides:
        getName in class JoinTableAnnotationMapper