Package org.hibernate.id
Class ExportableColumn
- java.lang.Object
-
- org.hibernate.mapping.Column
-
- org.hibernate.id.ExportableColumn
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Selectable
,ColumnTypeInformation
public class ExportableColumn extends Column
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportableColumn.ValueImpl
-
Field Summary
-
Fields inherited from interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
EMPTY
-
-
Method Summary
-
Methods inherited from class org.hibernate.mapping.Column
addCheckConstraint, checkConstraint, clone, equals, equals, getAlias, getAlias, getArrayLength, getAssignmentExpression, getCanonicalName, getCheckConstraint, getCheckConstraints, getCollation, getColumnSize, getColumnSize, getComment, getCustomRead, getCustomReadExpression, getCustomWrite, getCustomWriteExpression, getDecimalDigits, getDefaultValue, getGeneratedAs, getLength, getName, getNullable, getPrecision, getQuotedName, getQuotedName, getReadExpr, getScale, getSqlType, getSqlType, getSqlType, getSqlTypeCode, getSqlTypeCode, getTemplate, getText, getText, getTypeCode, getTypeIndex, getTypeName, getValue, getWriteExpr, hasCheckConstraint, hasCustomRead, hashCode, isExplicit, isFormula, isNullable, isQuoted, isSqlTypeLob, isSqlTypeLob, isUnique, setArrayLength, setAssignmentExpression, setCheckConstraint, setCollation, setComment, setCustomRead, setCustomWrite, setDefaultValue, setExplicit, setGeneratedAs, setLength, setLength, setName, setNullable, setPrecision, setResolvedCustomRead, setScale, setSqlType, setSqlTypeCode, setTypeIndex, setUnique, setValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.mapping.Selectable
getWriteExpr
-
-