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 TypeClassDescriptionclass
Defines how identifier values are selected from the updatable/deletable tables.class
Bulk mutation delete handler that uses CTE and VALUES lists.class
Specialized CteDeleteHandler for soft-delete handlingclass
-
Uses of AbstractMutationHandler in org.hibernate.query.sqm.mutation.internal.temptable