Package org.hibernate.id
Class ExportableColumn
- java.lang.Object
-
- org.hibernate.mapping.Column
-
- org.hibernate.id.ExportableColumn
-
- All Implemented Interfaces:
Serializable,Cloneable,Selectable
public class ExportableColumn extends Column
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExportableColumn.ColumnIteratorstatic classExportableColumn.ValueImpl
-
Field Summary
-
Fields inherited from class org.hibernate.mapping.Column
DEFAULT_LENGTH, DEFAULT_PRECISION, DEFAULT_SCALE
-
-
Method Summary
-
Methods inherited from class org.hibernate.mapping.Column
clone, equals, equals, getAlias, getAlias, getCanonicalName, getCheckConstraint, getComment, getCustomRead, getCustomWrite, getDefaultValue, getLength, getName, getPrecision, getQuotedName, getQuotedName, getReadExpr, getScale, getSqlType, getSqlType, getSqlTypeCode, getSqlTypeCode, getTemplate, getText, getText, getTypeIndex, getValue, getWriteExpr, hasCheckConstraint, hasCustomRead, hashCode, isFormula, isNullable, isQuoted, isUnique, setCheckConstraint, setComment, setCustomRead, setCustomWrite, setDefaultValue, setLength, setName, setNullable, setPrecision, setScale, setSqlType, setSqlTypeCode, setTypeIndex, setUnique, setValue, toString
-
-