Uses of Package
org.hibernate.query.sqm.mutation.internal.temptable
Packages that use org.hibernate.query.sqm.mutation.internal.temptable
Package
Description
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
-
Classes in org.hibernate.query.sqm.mutation.internal.temptable used by org.hibernate.query.sqm.mutation.internal.temptableClassDescriptionStrategy based on ANSI SQL's definition of a "global temporary table".Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).This is a strategy that mimics temporary tables for databases which do not support temporary tables.