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