Package org.hibernate.query.sqm.mutation.spi
package org.hibernate.query.sqm.mutation.spi
SPI for handling SQM UPDATE and DELETE queries
-
ClassDescriptionActions to perform in regard to a temporary table after each use.Actions to perform in regards to a temporary table prior to each use.Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.Pluggable strategy for defining how mutation (
UPDATE
orDELETE
) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies.Pluggable contract for providing customSqmMultiTableMutationStrategy
andSqmMultiTableInsertStrategy
implementations.