Uses of Interface
org.hibernate.query.sqm.mutation.internal.Handler
Packages that use Handler
Package
Description
Support for multi-table SQM mutation (insert, update, delete) operations using
a table to temporarily hold the matching ids.
SPI for handling SQM UPDATE and DELETE queries
-
Uses of Handler in org.hibernate.query.sqm.mutation.internal
Subinterfaces of Handler in org.hibernate.query.sqm.mutation.internalModifier and TypeInterfaceDescriptioninterfaceHandler for dealing with multi-table SQM DELETE queries.interfaceHandler for dealing with multi-table SQM INSERT queries.interfaceHandler for dealing with multi-table SQM UPDATE queries. -
Uses of Handler in org.hibernate.query.sqm.mutation.internal.cte
Classes in org.hibernate.query.sqm.mutation.internal.cte that implement HandlerModifier and TypeClassDescriptionclassDefines how identifier values are selected from the updatable/deletable tables.classBulk mutation delete handler that uses CTE and VALUES lists.classclassSpecialized CteDeleteHandler for soft-delete handlingclass -
Uses of Handler in org.hibernate.query.sqm.mutation.internal.inline
Classes in org.hibernate.query.sqm.mutation.internal.inline that implement HandlerModifier and TypeClassDescriptionclassDeleteHandler for the in-line strategyclass -
Uses of Handler in org.hibernate.query.sqm.mutation.internal.temptable
Classes in org.hibernate.query.sqm.mutation.internal.temptable that implement HandlerModifier and TypeClassDescriptionclassclassclass -
Uses of Handler in org.hibernate.query.sqm.mutation.spi
Classes in org.hibernate.query.sqm.mutation.spi that implement Handler