Uses of Interface
org.hibernate.query.sql.spi.NativeQueryPlan
Packages that use NativeQueryPlan
Package
Description
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
-
Uses of NativeQueryPlan in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NativeQueryPlanModifier and TypeClassDescriptionclass
Standard implementation ofSelectQueryPlan
forNativeQuery
, that is, for queries written in SQL. -
Uses of NativeQueryPlan in org.hibernate.query.sql.spi
Subinterfaces of NativeQueryPlan in org.hibernate.query.sql.spiModifier and TypeInterfaceDescriptioninterface
interface