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 TypeInterfaceDescriptioninterface
Handler for dealing with multi-table SQM DELETE queries.interface
Handler for dealing with multi-table SQM INSERT queries.interface
Handler 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 TypeClassDescriptionclass
Defines how identifier values are selected from the updatable/deletable tables.class
Bulk mutation delete handler that uses CTE and VALUES lists.class
class
Specialized 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 TypeClassDescriptionclass
DeleteHandler 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 TypeClassDescriptionclass
class
class
-
Uses of Handler in org.hibernate.query.sqm.mutation.spi
Classes in org.hibernate.query.sqm.mutation.spi that implement Handler