Class ColumnDefaultsBasicImpl
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
-
public class ColumnDefaultsBasicImpl extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ColumnDefaultsBasicImpl
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description ColumnDefaultsBasicImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getLength()
Integer
getPrecision()
Integer
getScale()
Boolean
isInsertable()
Boolean
isNullable()
Boolean
isUnique()
Boolean
isUpdateable()
-
-
-
Field Detail
-
INSTANCE
public static final ColumnDefaultsBasicImpl INSTANCE
Singleton access
-
-