Class DefaultModificationQueryPlan

java.lang.Object
com.blazebit.persistence.impl.plan.DefaultModificationQueryPlan
All Implemented Interfaces:
ModificationQueryPlan

public class DefaultModificationQueryPlan extends Object implements ModificationQueryPlan
Since:
1.2.0
Author:
Christian Beikov
  • Constructor Details

    • DefaultModificationQueryPlan

      public DefaultModificationQueryPlan(DbmsStatementType statementType, javax.persistence.Query query, int firstResult, int maxResults)
  • Method Details