Uses of Interface
org.hibernate.query.sql.spi.NativeSelectQueryPlan
Packages that use NativeSelectQueryPlan
Package
Description
An SPI for dealing with parameters of native queries.
-
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