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 TemporaryTable
TemporaryTable. createEntityTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)
static TemporaryTable
TemporaryTable. createIdTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)
TemporaryTable
TemporaryTableColumn. 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 TemporaryTable
AbstractDeleteExecutionDelegate. getIdTable()
protected TemporaryTable
TableBasedDeleteHandler. getIdTable()
protected TemporaryTable
UpdateExecutionDelegate. getIdTable()
For Hibernate ReactiveTemporaryTable
GlobalTemporaryTableStrategy. getTemporaryTable()
TemporaryTable
LocalTemporaryTableStrategy. getTemporaryTable()
TemporaryTable
PersistentTableStrategy. getTemporaryTable()
-