Class MapKeyColumnDelegator

  • All Implemented Interfaces:
    Annotation

    public class MapKeyColumnDelegator
    extends Object
    implements jakarta.persistence.Column
    • Constructor Detail

      • MapKeyColumnDelegator

        public MapKeyColumnDelegator​(jakarta.persistence.MapKeyColumn column)
    • Method Detail

      • unique

        public boolean unique()
      • nullable

        public boolean nullable()
      • insertable

        public boolean insertable()
      • updatable

        public boolean updatable()
      • columnDefinition

        public String columnDefinition()
      • table

        public String table()
      • length

        public int length()
      • precision

        public int precision()
      • scale

        public int scale()