Package org.hibernate.query.spi
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
Common contract for select and mutation query plans