Package org.hibernate.id
Class ExportableColumn
- java.lang.Object
-
- org.hibernate.mapping.Column
-
- org.hibernate.id.ExportableColumn
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,Selectable
public class ExportableColumn extends Column
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportableColumn.ColumnIterator
static class
ExportableColumn.ValueImpl
-
Field Summary
-
Fields inherited from class org.hibernate.mapping.Column
DEFAULT_LENGTH, DEFAULT_PRECISION, DEFAULT_SCALE
-
-
Constructor Summary
Constructors Constructor Description ExportableColumn(Database database, Table table, java.lang.String name, BasicType type)
ExportableColumn(Database database, Table table, java.lang.String name, BasicType type, java.lang.String dbTypeDeclaration)
-
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
-
-