Uses of Class
org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
Packages that use AbstractMutationHandler
Package
Description
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
-
Uses of AbstractMutationHandler in org.hibernate.query.sqm.mutation.internal.cte
Subclasses of AbstractMutationHandler in org.hibernate.query.sqm.mutation.internal.cteModifier and TypeClassDescriptionclassDefines how identifier values are selected from the updatable/deletable tables.classBulk mutation delete handler that uses CTE and VALUES lists.classSpecialized CteDeleteHandler for soft-delete handlingclass -
Uses of AbstractMutationHandler in org.hibernate.query.sqm.mutation.internal.temptable