Uses of Interface
org.hibernate.query.sqm.mutation.internal.Handler
-
Packages that use Handler Package Description org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.mutation.internal.cte org.hibernate.query.sqm.mutation.internal.inline 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.org.hibernate.query.sqm.mutation.spi -
-
Uses of Handler in org.hibernate.query.sqm.mutation.internal
Subinterfaces of Handler in org.hibernate.query.sqm.mutation.internal Modifier and Type Interface Description interface
DeleteHandler
Handler for dealing with multi-table SQM DELETE queries.interface
InsertHandler
Handler for dealing with multi-table SQM INSERT queries.interface
UpdateHandler
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 Handler 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
CteInsertHandler
class
CteUpdateHandler
-
Uses of Handler in org.hibernate.query.sqm.mutation.internal.inline
Classes in org.hibernate.query.sqm.mutation.internal.inline that implement Handler Modifier and Type Class Description class
InlineDeleteHandler
DeleteHandler for the in-line strategyclass
InlineUpdateHandler
-
Uses of Handler in org.hibernate.query.sqm.mutation.internal.temptable
Classes in org.hibernate.query.sqm.mutation.internal.temptable that implement Handler Modifier and Type Class Description class
TableBasedDeleteHandler
class
TableBasedInsertHandler
class
TableBasedUpdateHandler
-
Uses of Handler in org.hibernate.query.sqm.mutation.spi
Classes in org.hibernate.query.sqm.mutation.spi that implement Handler Modifier and Type Class Description class
AbstractMutationHandler
-