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