Uses of Class
org.hibernate.dialect.temptable.TemporaryTable
-
Packages that use TemporaryTable Package Description org.hibernate.dialect.temptable 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
GlobalTemporaryTableStrategy. getTemporaryTable()
TemporaryTable
LocalTemporaryTableStrategy. getTemporaryTable()
TemporaryTable
PersistentTableStrategy. getTemporaryTable()
-