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 intColumnOrderingStrategyStandard.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 voidColumnOrderingStrategy. orderTemporaryTableColumns(List<TemporaryTableColumn> temporaryTableColumns, Metadata metadata)Orders the columns of the temporary table.voidColumnOrderingStrategyLegacy. orderTemporaryTableColumns(List<TemporaryTableColumn> temporaryTableColumns, Metadata metadata)voidColumnOrderingStrategyStandard. 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 classTemporaryTableSessionUidColumnMethods 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()
-