Uses of Class
org.hibernate.dialect.temptable.TemporaryTableColumn
Packages that use TemporaryTableColumn
Package
Description
Some SPIs related to DDL generation and schema management.
Support for temporary tables.
-
Uses of TemporaryTableColumn in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational with parameters of type TemporaryTableColumnModifier and TypeMethodDescriptionint
ColumnOrderingStrategyStandard.TemporaryTableColumnComparator.compare
(TemporaryTableColumn o1, TemporaryTableColumn o2) Method parameters in org.hibernate.boot.model.relational with type arguments of type TemporaryTableColumnModifier and TypeMethodDescriptionvoid
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.temptableMethods in org.hibernate.dialect.temptable that return types with arguments of type TemporaryTableColumnModifier and TypeMethodDescriptionTemporaryTable.getColumns()
TemporaryTable.getColumnsForExport()