Uses of Interface
org.hibernate.query.sql.spi.NativeQueryPlan
-
Packages that use NativeQueryPlan Package Description org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support. -
-
Uses of NativeQueryPlan in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NativeQueryPlan Modifier and Type Class Description classNativeSelectQueryPlanImpl<R> -
Uses of NativeQueryPlan in org.hibernate.query.sql.spi
Subinterfaces of NativeQueryPlan in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeNonSelectQueryPlaninterfaceNativeSelectQueryPlan<T>
-