Package org.hibernate.query.sqm.mutation.spi
-
Interface Summary Interface Description SqmMultiTableInsertStrategy 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.SqmMultiTableMutationStrategy Pluggable strategy for defining how mutation (`UPDATE` or `DELETE`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies. -
Class Summary Class Description AbstractMutationHandler