Uses of Class
org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
-
Packages that use GlobalTemporaryTableStrategy Package Description 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 GlobalTemporaryTableStrategy in org.hibernate.query.sqm.mutation.internal.temptable
Subclasses of GlobalTemporaryTableStrategy in org.hibernate.query.sqm.mutation.internal.temptable Modifier and Type Class Description classGlobalTemporaryTableInsertStrategyStrategy based on ANSI SQL's definition of a "global temporary table".classGlobalTemporaryTableMutationStrategyStrategy based on ANSI SQL's definition of a "global temporary table".
-