Interface QueryPlan

All Known Subinterfaces:
NativeNonSelectQueryPlan, NativeQueryPlan, NativeSelectQueryPlan<T>, NonSelectQueryPlan, SelectQueryPlan<R>
All Known Implementing Classes:
AbstractMultiTableMutationQueryPlan, AggregatedNonSelectQueryPlanImpl, AggregatedSelectQueryPlanImpl, ConcreteSqmSelectQueryPlan, MultiTableDeleteQueryPlan, MultiTableInsertQueryPlan, MultiTableUpdateQueryPlan, NativeNonSelectQueryPlanImpl, NativeSelectQueryPlanImpl, SimpleDeleteQueryPlan, SimpleNonSelectQueryPlan

@Incubating public interface QueryPlan
Common contract for select and mutation query plans