Class TemporaryTableSessionUidColumn
java.lang.Object
org.hibernate.dialect.temptable.TemporaryTableColumn
org.hibernate.dialect.temptable.TemporaryTableSessionUidColumn
- All Implemented Interfaces:
SqlTypedMapping
-
Constructor Summary
ConstructorsConstructorDescriptionTemporaryTableSessionUidColumn(TemporaryTable containingTable, JdbcMapping jdbcMapping, String sqlTypeName, Size size) -
Method Summary
Methods inherited from class TemporaryTableColumn
getArrayLength, getColumnDefinition, getColumnName, getContainingTable, getDefaultValue, getJdbcMapping, getLength, getPrecision, getScale, getSize, getSqlTypeDefinition, getTemporalPrecision, isNullable, isPrimaryKeyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SqlTypedMapping
isLob, toSize
-
Constructor Details
-
TemporaryTableSessionUidColumn
public TemporaryTableSessionUidColumn(TemporaryTable containingTable, JdbcMapping jdbcMapping, String sqlTypeName, Size size)
-