Class MapKeyJoinColumnDelegator

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    public class MapKeyJoinColumnDelegator
    extends java.lang.Object
    implements JoinColumn
    • Constructor Detail

      • MapKeyJoinColumnDelegator

        public MapKeyJoinColumnDelegator​(MapKeyJoinColumn column)
    • Method Detail

      • name

        public java.lang.String name()
      • referencedColumnName

        public java.lang.String referencedColumnName()
      • unique

        public boolean unique()
      • nullable

        public boolean nullable()
      • insertable

        public boolean insertable()
      • updatable

        public boolean updatable()
      • columnDefinition

        public java.lang.String columnDefinition()
      • table

        public java.lang.String table()
      • annotationType

        public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
        Specified by:
        annotationType in interface java.lang.annotation.Annotation