Uses of Interface
org.hibernate.query.sql.spi.NativeSelectQueryPlan
Packages that use NativeSelectQueryPlan
Package
Description
An SPI for dealing with parameters of native queries.
Implementation of the SPIs for native SQL query support.
-
Uses of NativeSelectQueryPlan in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return NativeSelectQueryPlanModifier and TypeMethodDescriptiondefault <R> NativeSelectQueryPlan<R>
NativeQueryInterpreter.createQueryPlan
(NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory) Creates a new query plan for the passed native query definition -
Uses of NativeSelectQueryPlan in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NativeSelectQueryPlanMethods in org.hibernate.query.sql.internal that return NativeSelectQueryPlanModifier and TypeMethodDescriptionprotected NativeSelectQueryPlan<Long>
NativeQueryImpl.createCountQueryPlan()