Package org.hibernate.dialect.temptable
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 org.hibernate.dialect.temptable.TemporaryTableColumn
getColumnDefinition, getColumnName, getContainingTable, getDefaultValue, getJdbcMapping, getLength, getPrecision, getScale, getSize, getSqlTypeDefinition, getTemporalPrecision, isNullable, isPrimaryKeyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.metamodel.mapping.SqlTypedMapping
isLob, toSize
-
Constructor Details
-
TemporaryTableSessionUidColumn
public TemporaryTableSessionUidColumn(TemporaryTable containingTable, JdbcMapping jdbcMapping, String sqlTypeName, Size size)
-