Package 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. There are 3 forms: * LocalTemporaryTableMutationStrategy uses local temp tables as defined by the SQL spec * GlobalTemporaryTableMutationStrategy uses global temp tables as defined by the SQL spec * PersistentTableMutationStrategy uses normal table managed by Hibernate.