Package org.hibernate.query.sqm.internal
Class SimpleUpdateQueryPlan
java.lang.Object
org.hibernate.query.sqm.internal.SimpleUpdateQueryPlan
- All Implemented Interfaces:
NonSelectQueryPlan
,QueryPlan
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleUpdateQueryPlan
(SqmUpdateStatement<?> sqmUpdate, DomainParameterXref domainParameterXref) -
Method Summary
Modifier and TypeMethodDescriptionint
executeUpdate
(DomainQueryExecutionContext executionContext)
-
Constructor Details
-
SimpleUpdateQueryPlan
public SimpleUpdateQueryPlan(SqmUpdateStatement<?> sqmUpdate, DomainParameterXref domainParameterXref)
-
-
Method Details
-
executeUpdate
- Specified by:
executeUpdate
in interfaceNonSelectQueryPlan
-