Uses of Package
org.hibernate.query.sqm.mutation.internal.temptable
Packages that use org.hibernate.query.sqm.mutation.internal.temptable
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
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.dialectClassDescriptionActions to perform in regard to a temporary table after each use.Actions to perform in regards to a temporary table prior to each use.
-
Classes in org.hibernate.query.sqm.mutation.internal.temptable used by org.hibernate.query.sqm.mutation.internal.temptableClassDescriptionActions to perform in regard to a temporary table after each use.Actions to perform in regards to a temporary table prior to each use.Strategy 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.