Uses of Class
org.hibernate.dialect.temptable.TemporaryTableColumn
-
Packages that use TemporaryTableColumn Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.dialect.temptable Support for temporary tables. -
-
Uses of TemporaryTableColumn in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational with parameters of type TemporaryTableColumn Modifier and Type Method Description int
ColumnOrderingStrategyStandard.TemporaryTableColumnComparator. compare(TemporaryTableColumn o1, TemporaryTableColumn o2)
Method parameters in org.hibernate.boot.model.relational with type arguments of type TemporaryTableColumn Modifier and Type Method Description void
ColumnOrderingStrategy. orderTemporaryTableColumns(List<TemporaryTableColumn> temporaryTableColumns, Metadata metadata)
Orders the columns of the temporary table.void
ColumnOrderingStrategyLegacy. orderTemporaryTableColumns(List<TemporaryTableColumn> temporaryTableColumns, Metadata metadata)
void
ColumnOrderingStrategyStandard. orderTemporaryTableColumns(List<TemporaryTableColumn> temporaryTableColumns, Metadata metadata)
-
Uses of TemporaryTableColumn in org.hibernate.dialect.temptable
Subclasses of TemporaryTableColumn in org.hibernate.dialect.temptable Modifier and Type Class Description class
TemporaryTableSessionUidColumn
Methods in org.hibernate.dialect.temptable that return types with arguments of type TemporaryTableColumn Modifier and Type Method Description List<TemporaryTableColumn>
TemporaryTable. getColumns()
List<TemporaryTableColumn>
TemporaryTable. getColumnsForExport()
-