Package org.hibernate.query.sqm.internal
Class SimpleDeleteQueryPlan
- java.lang.Object
-
- org.hibernate.query.sqm.internal.SimpleDeleteQueryPlan
-
- All Implemented Interfaces:
NonSelectQueryPlan
,QueryPlan
public class SimpleDeleteQueryPlan extends Object implements NonSelectQueryPlan
-
-
Constructor Summary
Constructors Constructor Description SimpleDeleteQueryPlan(EntityMappingType entityDescriptor, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
executeUpdate(DomainQueryExecutionContext executionContext)
-
-
-
Constructor Detail
-
SimpleDeleteQueryPlan
public SimpleDeleteQueryPlan(EntityMappingType entityDescriptor, SqmDeleteStatement<?> sqmDelete, DomainParameterXref domainParameterXref)
-
-
Method Detail
-
executeUpdate
public int executeUpdate(DomainQueryExecutionContext executionContext)
- Specified by:
executeUpdate
in interfaceNonSelectQueryPlan
-
-