Uses of Class
org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
-
Packages that use PersistentTableStrategy 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 PersistentTableStrategy in org.hibernate.query.sqm.mutation.internal.temptable
Subclasses of PersistentTableStrategy in org.hibernate.query.sqm.mutation.internal.temptable Modifier and Type Class Description class
PersistentTableInsertStrategy
This is a strategy that mimics temporary tables for databases which do not support temporary tables.class
PersistentTableMutationStrategy
This is a strategy that mimics temporary tables for databases which do not support temporary tables.
-