Interface NativeSelectQueryPlan<T>

All Superinterfaces:
NativeQueryPlan, QueryPlan, SelectQueryPlan<T>
All Known Implementing Classes:
NativeSelectQueryPlanImpl

public interface NativeSelectQueryPlan<T> extends SelectQueryPlan<T>, NativeQueryPlan
Union of SelectQueryPlan and NativeQueryPlan as the SelectQueryPlan for native-queries.