Uses of Interface
org.hibernate.query.spi.SelectQueryPlan
Packages that use SelectQueryPlan
Package
Description
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
-
Uses of SelectQueryPlan in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return SelectQueryPlanModifier and TypeMethodDescription<R> SelectQueryPlan<R>
QueryInterpretationCacheDisabledImpl.resolveSelectQueryPlan
(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator) <R> SelectQueryPlan<R>
QueryInterpretationCacheStandardImpl.resolveSelectQueryPlan
(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator) Method parameters in org.hibernate.query.internal with type arguments of type SelectQueryPlanModifier and TypeMethodDescription<R> SelectQueryPlan<R>
QueryInterpretationCacheDisabledImpl.resolveSelectQueryPlan
(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator) <R> SelectQueryPlan<R>
QueryInterpretationCacheStandardImpl.resolveSelectQueryPlan
(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator) -
Uses of SelectQueryPlan in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SelectQueryPlanModifier and TypeMethodDescription<R> SelectQueryPlan<R>
QueryInterpretationCache.resolveSelectQueryPlan
(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator) Method parameters in org.hibernate.query.spi with type arguments of type SelectQueryPlanModifier and TypeMethodDescription<R> SelectQueryPlan<R>
QueryInterpretationCache.resolveSelectQueryPlan
(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator) -
Uses of SelectQueryPlan in org.hibernate.query.sql.internal
Classes in org.hibernate.query.sql.internal that implement SelectQueryPlanModifier and TypeClassDescriptionclass
Standard implementation ofSelectQueryPlan
forNativeQuery
, that is, for queries written in SQL.Methods in org.hibernate.query.sql.internal that return SelectQueryPlanModifier and TypeMethodDescriptionprotected SelectQueryPlan<R>
NativeQueryImpl.resolveSelectQueryPlan()
-
Uses of SelectQueryPlan in org.hibernate.query.sql.spi
Subinterfaces of SelectQueryPlan in org.hibernate.query.sql.spiModifier and TypeInterfaceDescriptioninterface
-
Uses of SelectQueryPlan in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement SelectQueryPlanModifier and TypeClassDescriptionclass
class
Standard implementation ofSelectQueryPlan
for SQM-backed implementations ofQuery
, that is, for HQL/JPQL or forCriteriaQuery
.Constructors in org.hibernate.query.sqm.internal with parameters of type SelectQueryPlanModifierConstructorDescriptionAggregatedSelectQueryPlanImpl
(SelectQueryPlan<R>[] aggregatedQueryPlans)