Interface ColumnWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_LENGTHstatic intDEFAULT_PRECISIONstatic intDEFAULT_SCALE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDefaultLength()intgetDefaultPrecision()intgetDefaultScale()longgetLength()StringgetName()intgetPrecision()intgetScale()StringgetSqlType()StringgetSqlType(ConfigurationWrapper configurationWrapper)IntegergetSqlTypeCode()ValueWrappergetValue()booleanisNullable()booleanisUnique()voidsetSqlType(String sqlType)-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Field Detail
-
DEFAULT_LENGTH
static final int DEFAULT_LENGTH
- See Also:
- Constant Field Values
-
DEFAULT_PRECISION
static final int DEFAULT_PRECISION
- See Also:
- Constant Field Values
-
DEFAULT_SCALE
static final int DEFAULT_SCALE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
-
getSqlTypeCode
Integer getSqlTypeCode()
-
getSqlType
String getSqlType()
-
getSqlType
String getSqlType(ConfigurationWrapper configurationWrapper)
-
getLength
long getLength()
-
getDefaultLength
int getDefaultLength()
-
getPrecision
int getPrecision()
-
getDefaultPrecision
int getDefaultPrecision()
-
getScale
int getScale()
-
getDefaultScale
int getDefaultScale()
-
isNullable
boolean isNullable()
-
getValue
ValueWrapper getValue()
-
isUnique
boolean isUnique()
-
setSqlType
void setSqlType(String sqlType)
-
-