Class CustomModificationQueryPlan

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

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

    • CustomModificationQueryPlan

      public CustomModificationQueryPlan(ExtendedQuerySupport extendedQuerySupport, ServiceProvider serviceProvider, javax.persistence.Query baseQuery, javax.persistence.Query delegate, List<javax.persistence.Query> participatingQueries, String sql, boolean queryPlanCacheEnabled)
  • Method Details