Uses of Class
org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
-
Packages that use AbstractMutationHandler Package Description org.hibernate.query.sqm.mutation.internal.cte 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. -
-
Uses of AbstractMutationHandler in org.hibernate.query.sqm.mutation.internal.cte
Subclasses of AbstractMutationHandler in org.hibernate.query.sqm.mutation.internal.cte Modifier and Type Class Description class
AbstractCteMutationHandler
Defines how identifier values are selected from the updatable/deletable tables.class
CteDeleteHandler
Bulk mutation delete handler that uses CTE and VALUES lists.class
CteSoftDeleteHandler
Specialized CteDeleteHandler for soft-delete handlingclass
CteUpdateHandler
-
Uses of AbstractMutationHandler in org.hibernate.query.sqm.mutation.internal.temptable
Subclasses of AbstractMutationHandler in org.hibernate.query.sqm.mutation.internal.temptable Modifier and Type Class Description class
TableBasedDeleteHandler
class
TableBasedUpdateHandler
-