Uses of Package
org.hibernate.query.sqm.mutation.internal.temptable
-
Packages that use org.hibernate.query.sqm.mutation.internal.temptable Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.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. -
Classes in org.hibernate.query.sqm.mutation.internal.temptable used by org.hibernate.dialect Class Description AfterUseAction Actions to perform in regard to a temporary table after each use.BeforeUseAction 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.temptable Class Description AfterUseAction Actions to perform in regard to a temporary table after each use.BeforeUseAction Actions to perform in regards to a temporary table prior to each use.GlobalTemporaryTableStrategy Strategy based on ANSI SQL's definition of a "global temporary table".LocalTemporaryTableStrategy Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).PersistentTableStrategy This is a strategy that mimics temporary tables for databases which do not support temporary tables.TableBasedDeleteHandler.ExecutionDelegate TableBasedInsertHandler.ExecutionDelegate TableBasedUpdateHandler.ExecutionDelegate UpdateExecutionDelegate