Package org.hibernate.query.sql.spi
Interface NativeSelectQueryPlan<T>
-
- All Superinterfaces:
NativeQueryPlan
,QueryPlan
,SelectQueryPlan<T>
- All Known Implementing Classes:
NativeSelectQueryPlanImpl
public interface NativeSelectQueryPlan<T> extends SelectQueryPlan<T>, NativeQueryPlan
-
-
Method Summary
-
Methods inherited from interface org.hibernate.query.spi.SelectQueryPlan
performList, performScroll
-
-