Class MapKeyColumnDelegator

java.lang.Object
org.hibernate.boot.model.internal.MapKeyColumnDelegator
All Implemented Interfaces:
Annotation

public class MapKeyColumnDelegator extends Object implements Column
Author:
Emmanuel Bernard
  • Constructor Details

    • MapKeyColumnDelegator

      public MapKeyColumnDelegator(MapKeyColumn column)
  • Method Details

    • name

      public String name()
    • 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()
    • annotationType

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation