Uses of Class
org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
-
Packages that use LocalTemporaryTableStrategy 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 LocalTemporaryTableStrategy in org.hibernate.query.sqm.mutation.internal.temptable
Subclasses of LocalTemporaryTableStrategy in org.hibernate.query.sqm.mutation.internal.temptable Modifier and Type Class Description class
LocalTemporaryTableInsertStrategy
Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).class
LocalTemporaryTableMutationStrategy
Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).
-