Class DefaultModificationQueryPlan
java.lang.Object
com.blazebit.persistence.impl.plan.DefaultModificationQueryPlan
- All Implemented Interfaces:
ModificationQueryPlan
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultModificationQueryPlan(DbmsStatementType statementType, javax.persistence.Query query, int firstResult, int maxResults) -
Method Summary
-
Constructor Details
-
DefaultModificationQueryPlan
public DefaultModificationQueryPlan(DbmsStatementType statementType, javax.persistence.Query query, int firstResult, int maxResults)
-
-
Method Details
-
executeUpdate
public int executeUpdate()- Specified by:
executeUpdatein interfaceModificationQueryPlan
-