Package org.hibernate.id
Class ExportableColumn
java.lang.Object
org.hibernate.mapping.Column
org.hibernate.id.ExportableColumn
- All Implemented Interfaces:
Serializable,Cloneable,Selectable,ColumnTypeInformation
- Author:
- Steve Ebersole
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
EMPTY -
Constructor Summary
Constructors -
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, getNameIdentifier, getNullable, getPrecision, getQuotedName, getQuotedName, getReadExpr, getScale, getSqlType, getSqlType, getSqlType, getSqlTypeCode, getSqlTypeCode, getTemplate, getTemporalPrecision, getText, getText, getTypeCode, getTypeIndex, getTypeName, getUniqueKeyName, getValue, getWriteExpr, hasCheckConstraint, hasCustomRead, hashCode, isExplicit, isFormula, isIdentity, isNullable, isQuoted, isSqlTypeLob, isSqlTypeLob, isUnique, setArrayLength, setAssignmentExpression, setCheckConstraint, setCollation, setComment, setCustomRead, setCustomWrite, setDefaultValue, setExplicit, setGeneratedAs, setIdentity, setLength, setLength, setName, setNullable, setPrecision, setResolvedCustomRead, setScale, setSqlType, setSqlTypeCode, setTemporalPrecision, setTypeIndex, setUnique, setUniqueKeyName, setValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.mapping.Selectable
getWriteExpr
-
Constructor Details
-
ExportableColumn
-
ExportableColumn
-