Package org.hibernate.query.sql.spi
Interface NativeQueryPlan
- All Superinterfaces:
QueryPlan
- All Known Subinterfaces:
NativeNonSelectQueryPlan
,NativeSelectQueryPlan<T>
- All Known Implementing Classes:
NativeSelectQueryPlanImpl
Specialization of
QueryPlan
for NativeQuery
plans