Package org.hibernate.query.spi
Interface QueryPlan
-
- All Known Subinterfaces:
NativeNonSelectQueryPlan,NativeQueryPlan,NativeSelectQueryPlan<T>,NonSelectQueryPlan,SelectQueryPlan<R>
- All Known Implementing Classes:
AggregatedNonSelectQueryPlanImpl,AggregatedSelectQueryPlanImpl,ConcreteSqmSelectQueryPlan,MultiTableDeleteQueryPlan,MultiTableInsertQueryPlan,MultiTableUpdateQueryPlan,NativeNonSelectQueryPlanImpl,NativeSelectQueryPlanImpl,SimpleDeleteQueryPlan,SimpleInsertQueryPlan,SimpleUpdateQueryPlan
@Incubating public interface QueryPlan
Common contract for select and mutation query plans