Uses of Class
org.hibernate.dialect.temptable.TemporaryTable
-
Packages that use TemporaryTable Package Description org.hibernate.dialect.temptable Support for temporary tables.org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids. -
-
Uses of TemporaryTable in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return TemporaryTable Modifier and Type Method Description static TemporaryTableTemporaryTable. createEntityTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)static TemporaryTableTemporaryTable. createIdTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)TemporaryTableTemporaryTableColumn. getContainingTable() -
Uses of TemporaryTable in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return TemporaryTable Modifier and Type Method Description protected TemporaryTableTableBasedDeleteHandler. getIdTable()protected TemporaryTableUpdateExecutionDelegate. getIdTable()For Hibernate ReactiveTemporaryTableGlobalTemporaryTableStrategy. getTemporaryTable()TemporaryTableLocalTemporaryTableStrategy. getTemporaryTable()TemporaryTablePersistentTableStrategy. getTemporaryTable()
-