Package org.hibernate.tool.orm.jbt.wrp
Class DelegatingColumnWrapperImpl
- java.lang.Object
-
- org.hibernate.mapping.Column
-
- org.hibernate.tool.orm.jbt.wrp.DelegatingColumnWrapperImpl
-
- All Implemented Interfaces:
Serializable,Cloneable,org.hibernate.mapping.Selectable,ColumnWrapper,Wrapper,org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
public class DelegatingColumnWrapperImpl extends org.hibernate.mapping.Column implements ColumnWrapper
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DelegatingColumnWrapperImpl(org.hibernate.mapping.Column c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetDefaultLength()intgetDefaultPrecision()intgetDefaultScale()LonggetLength()StringgetName()IntegergetPrecision()IntegergetScale()StringgetSqlType()StringgetSqlType(org.hibernate.cfg.Configuration configuration)IntegergetSqlTypeCode()org.hibernate.mapping.ValuegetValue()org.hibernate.mapping.ColumngetWrappedObject()booleanisNullable()booleanisUnique()voidsetSqlType(String sqlType)-
Methods inherited from class org.hibernate.mapping.Column
addCheckConstraint, checkConstraint, clone, equals, getAlias, getAlias, getAssignmentExpression, getCanonicalName, getCheckConstraint, getCheckConstraints, getColumnSize, getColumnSize, getComment, getCustomRead, getCustomReadExpression, getCustomWrite, getCustomWriteExpression, getDecimalDigits, getDefaultValue, getGeneratedAs, getNullable, getQuotedName, getQuotedName, getReadExpr, getSpecializedTypeDeclaration, getSqlType, getSqlType, getSqlTypeCode, getTemplate, getText, getText, getTypeCode, getTypeIndex, getTypeName, getWriteExpr, hasCheckConstraint, hasCustomRead, hashCode, hasSpecializedTypeDeclaration, isFormula, isQuoted, isSqlTypeLob, isSqlTypeLob, setAssignmentExpression, setCheckConstraint, setComment, setCustomRead, setCustomWrite, setDefaultValue, setGeneratedAs, setLength, setLength, setName, setNullable, setPrecision, setResolvedCustomRead, setScale, setSpecializedTypeDeclaration, setSqlTypeCode, setTypeIndex, setUnique, setValue, toString
-
-
-
-
Method Detail
-
getWrappedObject
public org.hibernate.mapping.Column getWrappedObject()
- Specified by:
getWrappedObjectin interfaceColumnWrapper- Specified by:
getWrappedObjectin interfaceWrapper
-
getSqlType
public String getSqlType(org.hibernate.cfg.Configuration configuration)
- Specified by:
getSqlTypein interfaceColumnWrapper
-
getLength
public Long getLength()
- Specified by:
getLengthin interfaceColumnWrapper- Overrides:
getLengthin classorg.hibernate.mapping.Column
-
getDefaultLength
public int getDefaultLength()
- Specified by:
getDefaultLengthin interfaceColumnWrapper
-
getPrecision
public Integer getPrecision()
- Specified by:
getPrecisionin interfaceColumnWrapper- Overrides:
getPrecisionin classorg.hibernate.mapping.Column
-
getDefaultPrecision
public int getDefaultPrecision()
- Specified by:
getDefaultPrecisionin interfaceColumnWrapper
-
getScale
public Integer getScale()
- Specified by:
getScalein interfaceColumnWrapper- Overrides:
getScalein classorg.hibernate.mapping.Column
-
getDefaultScale
public int getDefaultScale()
- Specified by:
getDefaultScalein interfaceColumnWrapper
-
getValue
public org.hibernate.mapping.Value getValue()
- Specified by:
getValuein interfaceColumnWrapper- Overrides:
getValuein classorg.hibernate.mapping.Column
-
getName
public String getName()
- Specified by:
getNamein interfaceColumnWrapper- Overrides:
getNamein classorg.hibernate.mapping.Column
-
getSqlTypeCode
public Integer getSqlTypeCode()
- Specified by:
getSqlTypeCodein interfaceColumnWrapper- Overrides:
getSqlTypeCodein classorg.hibernate.mapping.Column
-
getSqlType
public String getSqlType()
- Specified by:
getSqlTypein interfaceColumnWrapper- Overrides:
getSqlTypein classorg.hibernate.mapping.Column
-
isNullable
public boolean isNullable()
- Specified by:
isNullablein interfaceColumnWrapper- Overrides:
isNullablein classorg.hibernate.mapping.Column
-
isUnique
public boolean isUnique()
- Specified by:
isUniquein interfaceColumnWrapper- Overrides:
isUniquein classorg.hibernate.mapping.Column
-
setSqlType
public void setSqlType(String sqlType)
- Specified by:
setSqlTypein interfaceColumnWrapper- Overrides:
setSqlTypein classorg.hibernate.mapping.Column
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classorg.hibernate.mapping.Column
-
-