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
public class RestrictedDeleteExecutionDelegate extends AbstractDeleteExecutionDelegate
-
-
Constructor Summary
Constructors Constructor Description RestrictedDeleteExecutionDelegate(EntityMappingType entityDescriptor, TemporaryTable idTable, AfterUseAction afterUseAction, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref, QueryOptions queryOptions, LoadQueryInfluencers loadQueryInfluencers, QueryParameterBindings queryParameterBindings, Function<SharedSessionContractImplementor,String> sessionUidAccess, SessionFactoryImplementor sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
execute(DomainQueryExecutionContext executionContext)
-
Methods inherited from class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
getAfterUseAction, getConverter, getDomainParameterXref, getEntityDescriptor, getIdTable, getSessionFactory, getSessionUidAccess, getSqmDelete
-
-
-
-
Constructor Detail
-
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 Detail
-
execute
public int execute(DomainQueryExecutionContext executionContext)
-
-