Uses of Interface
org.hibernate.query.sql.spi.NativeSelectQueryDefinition
Packages that use NativeSelectQueryDefinition
Package
Description
An SPI for dealing with parameters of native queries.
-
Uses of NativeSelectQueryDefinition in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi with parameters of type NativeSelectQueryDefinitionModifier and TypeMethodDescriptiondefault <R> NativeSelectQueryPlan<R>
NativeQueryInterpreter.createQueryPlan
(NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory) Creates a new query plan for the passed native query definition