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 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.internal Modifier and Type Interface Description interfaceDeleteHandlerHandler for dealing with multi-table SQM DELETE queries.interfaceInsertHandlerHandler for dealing with multi-table SQM INSERT queries.interfaceUpdateHandlerHandler 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 classAbstractCteMutationHandlerDefines how identifier values are selected from the updatable/deletable tables.classCteDeleteHandlerBulk mutation delete handler that uses CTE and VALUES lists.classCteInsertHandlerclassCteUpdateHandler -
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 classInlineDeleteHandlerDeleteHandler for the in-line strategyclassInlineUpdateHandler -
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 classTableBasedDeleteHandlerclassTableBasedInsertHandlerclassTableBasedUpdateHandler -
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 classAbstractMutationHandler
-