Uses of Interface
org.hibernate.query.sql.spi.NativeSelectQueryPlan
-
Packages that use NativeSelectQueryPlan Package Description org.hibernate.engine.query.internal org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries.org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support. -
-
Uses of NativeSelectQueryPlan in org.hibernate.engine.query.internal
Methods in org.hibernate.engine.query.internal that return NativeSelectQueryPlan Modifier and Type Method Description <R> NativeSelectQueryPlan<R>
NativeQueryInterpreterStandardImpl. createQueryPlan(NativeSelectQueryDefinition<R> queryDefinition, SessionFactoryImplementor sessionFactory)
-
Uses of NativeSelectQueryPlan in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return NativeSelectQueryPlan 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 -
Uses of NativeSelectQueryPlan in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement NativeSelectQueryPlan Modifier and Type Class Description class
NativeSelectQueryPlanImpl<R>
-