Class ColumnDefaultsProperty

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

public class ColumnDefaultsProperty extends Object
  • Constructor Details

    • ColumnDefaultsProperty

      public ColumnDefaultsProperty(Property property)
  • Method Details

    • isNullable

      public Boolean isNullable()
    • isInsertable

      public Boolean isInsertable()
    • isUpdateable

      public Boolean isUpdateable()
    • getLength

      public Integer getLength()
    • getScale

      public Integer getScale()
    • getPrecision

      public Integer getPrecision()
    • isUnique

      public Boolean isUnique()