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 Defines support for query plans and stored metadata about queriesorg.hibernate.query.sql.internal -
-
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>
-