Package org.hibernate.dialect.temptable
Class TemporaryTableSessionUidColumn
- java.lang.Object
-
- org.hibernate.dialect.temptable.TemporaryTableColumn
-
- org.hibernate.dialect.temptable.TemporaryTableSessionUidColumn
-
- All Implemented Interfaces:
SqlTypedMapping
public class TemporaryTableSessionUidColumn extends TemporaryTableColumn
-
-
Constructor Summary
Constructors Constructor Description TemporaryTableSessionUidColumn(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, isPrimaryKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.metamodel.mapping.SqlTypedMapping
isLob, toSize
-
-
-
-
Constructor Detail
-
TemporaryTableSessionUidColumn
public TemporaryTableSessionUidColumn(TemporaryTable containingTable, JdbcMapping jdbcMapping, String sqlTypeName, Size size)
-
-