Uses of Class
org.hibernate.dialect.temptable.TemporaryTable
Packages that use TemporaryTable
-
Uses of TemporaryTable in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return TemporaryTableModifier and TypeMethodDescriptionstatic TemporaryTable
TemporaryTable.createEntityTable
(PersistentClass persistentClass, Function<String, String> temporaryTableNameAdjuster, TemporaryTableKind temporaryTableKind, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext) static TemporaryTable
TemporaryTable.createEntityTable
(EntityMappingType entityDescriptor, Function<String, String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext) Deprecated, for removal: This API element is subject to removal in a future version.static TemporaryTable
TemporaryTable.createIdTable
(PersistentClass persistentClass, Function<String, String> temporaryTableNameAdjuster, TemporaryTableKind temporaryTableKind, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext) static TemporaryTable
TemporaryTable.createIdTable
(EntityMappingType entityDescriptor, Function<String, String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext) Deprecated, for removal: This API element is subject to removal in a future version.TemporaryTableColumn.getContainingTable()
Methods in org.hibernate.dialect.temptable with parameters of type TemporaryTableModifier and TypeMethodDescriptionstatic void
TemporaryTableHelper.cleanTemporaryTableRows
(TemporaryTable temporaryTable, TemporaryTableExporter exporter, Function<SharedSessionContractImplementor, String> sessionUidAccess, SharedSessionContractImplementor session) StandardTemporaryTableExporter.getSqlCreateCommand
(TemporaryTable temporaryTable) TemporaryTableExporter.getSqlCreateCommand
(TemporaryTable idTable) StandardTemporaryTableExporter.getSqlDropCommand
(TemporaryTable temporaryTable) TemporaryTableExporter.getSqlDropCommand
(TemporaryTable idTable) StandardTemporaryTableExporter.getSqlTruncateCommand
(TemporaryTable temporaryTable, Function<SharedSessionContractImplementor, String> sessionUidAccess, SharedSessionContractImplementor session) TemporaryTableExporter.getSqlTruncateCommand
(TemporaryTable idTable, Function<SharedSessionContractImplementor, String> sessionUidAccess, SharedSessionContractImplementor session) Constructors in org.hibernate.dialect.temptable with parameters of type TemporaryTableModifierConstructorDescriptionTemporaryTableColumn
(TemporaryTable containingTable, String columnName, JdbcMapping jdbcMapping, String sqlTypeName, Size size, boolean nullable) TemporaryTableColumn
(TemporaryTable containingTable, String columnName, JdbcMapping jdbcMapping, String sqlTypeName, Size size, boolean nullable, boolean primaryKey) TemporaryTableCreationWork
(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory) TemporaryTableCreationWork
(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory) TemporaryTableDropWork
(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory) TemporaryTableDropWork
(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory) TemporaryTableSessionUidColumn
(TemporaryTable containingTable, JdbcMapping jdbcMapping, String sqlTypeName, Size size)