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 ColumnDefaultsBasicImplINSTANCESingleton access
-
Constructor Summary
Constructors Constructor Description ColumnDefaultsBasicImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetLength()IntegergetPrecision()IntegergetScale()BooleanisInsertable()BooleanisNullable()BooleanisUnique()BooleanisUpdateable()
-
-
-
Field Detail
-
INSTANCE
public static final ColumnDefaultsBasicImpl INSTANCE
Singleton access
-
-