Uses of Interface
org.hibernate.query.sqm.mutation.internal.DeleteHandler
-
Packages that use DeleteHandler Package Description 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. -
-
Uses of DeleteHandler in org.hibernate.query.sqm.mutation.internal.cte
Classes in org.hibernate.query.sqm.mutation.internal.cte that implement DeleteHandler Modifier and Type Class Description classCteDeleteHandlerBulk mutation delete handler that uses CTE and VALUES lists.classCteSoftDeleteHandlerSpecialized CteDeleteHandler for soft-delete handling -
Uses of DeleteHandler in org.hibernate.query.sqm.mutation.internal.inline
Classes in org.hibernate.query.sqm.mutation.internal.inline that implement DeleteHandler Modifier and Type Class Description classInlineDeleteHandlerDeleteHandler for the in-line strategy -
Uses of DeleteHandler in org.hibernate.query.sqm.mutation.internal.temptable
Classes in org.hibernate.query.sqm.mutation.internal.temptable that implement DeleteHandler Modifier and Type Class Description classTableBasedDeleteHandler
-