Class RestrictedDeleteExecutionDelegate
java.lang.Object
org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
org.hibernate.query.sqm.mutation.internal.temptable.RestrictedDeleteExecutionDelegate
- All Implemented Interfaces:
TableBasedDeleteHandler.ExecutionDelegate
-
Constructor Summary
ConstructorsConstructorDescriptionRestrictedDeleteExecutionDelegate
(EntityMappingType entityDescriptor, TemporaryTable idTable, AfterUseAction afterUseAction, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings queryParameterBindings, Function<SharedSessionContractImplementor, String> sessionUidAccess, SessionFactoryImplementor sessionFactory) -
Method Summary
Methods inherited from class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
getAfterUseAction, getConverter, getDomainParameterXref, getEntityDescriptor, getIdTable, getSessionFactory, getSessionUidAccess, getSqmDelete
-
Constructor Details
-
RestrictedDeleteExecutionDelegate
public RestrictedDeleteExecutionDelegate(EntityMappingType entityDescriptor, TemporaryTable idTable, AfterUseAction afterUseAction, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings queryParameterBindings, Function<SharedSessionContractImplementor, String> sessionUidAccess, SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
execute
-