Uses of Interface
org.hibernate.query.spi.SelectQueryPlan
-
Packages that use SelectQueryPlan Package Description org.hibernate.query.spi org.hibernate.query.sql.spi -
-
Uses of SelectQueryPlan in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SelectQueryPlan Modifier and Type Method Description SelectQueryPlanQueryPlanCache. getSelectQueryPlan(QueryPlanCache.Key key)<R> SelectQueryPlan<R>QueryInterpretationCache. resolveSelectQueryPlan(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator)Methods in org.hibernate.query.spi with parameters of type SelectQueryPlan Modifier and Type Method Description voidQueryPlanCache. cacheSelectQueryPlan(QueryPlanCache.Key key, SelectQueryPlan plan)Method parameters in org.hibernate.query.spi with type arguments of type SelectQueryPlan Modifier and Type Method Description <R> SelectQueryPlan<R>QueryInterpretationCache. resolveSelectQueryPlan(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator) -
Uses of SelectQueryPlan in org.hibernate.query.sql.spi
Subinterfaces of SelectQueryPlan in org.hibernate.query.sql.spi Modifier and Type Interface Description interfaceNativeSelectQueryPlan<T>
-