Uses of Interface
org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler.ExecutionDelegate
-
Packages that use TableBasedDeleteHandler.ExecutionDelegate Package Description 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 TableBasedDeleteHandler.ExecutionDelegate in org.hibernate.query.sqm.mutation.internal.temptable
Classes in org.hibernate.query.sqm.mutation.internal.temptable that implement TableBasedDeleteHandler.ExecutionDelegate Modifier and Type Class Description class
AbstractDeleteExecutionDelegate
class
RestrictedDeleteExecutionDelegate
class
SoftDeleteExecutionDelegate
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return TableBasedDeleteHandler.ExecutionDelegate Modifier and Type Method Description protected TableBasedDeleteHandler.ExecutionDelegate
TableBasedDeleteHandler. resolveDelegate(DomainQueryExecutionContext executionContext)
-