Class ColumnDefaultsBasicImpl

java.lang.Object
org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl

public class ColumnDefaultsBasicImpl extends Object
  • Field Details

  • Constructor Details

    • ColumnDefaultsBasicImpl

      public ColumnDefaultsBasicImpl()
  • Method Details

    • isNullable

      public Boolean isNullable()
    • getLength

      public Integer getLength()
    • getScale

      public Integer getScale()
    • getPrecision

      public Integer getPrecision()
    • isUnique

      public Boolean isUnique()
    • isInsertable

      public Boolean isInsertable()
    • isUpdateable

      public Boolean isUpdateable()