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.
SPIs for native SQL query support.
-
Uses of SelectQueryPlan in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SelectQueryPlanModifier and TypeMethodDescriptiondefault <K extends QueryInterpretationCache.Key,
R>
SelectQueryPlan<R> QueryInterpretationCache.resolveSelectQueryPlan
(K key, Function<K, SelectQueryPlan<R>> creator) <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 TypeMethodDescriptiondefault <K extends QueryInterpretationCache.Key,
R>
SelectQueryPlan<R> QueryInterpretationCache.resolveSelectQueryPlan
(K key, Function<K, SelectQueryPlan<R>> creator) <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.spiModifier and TypeInterfaceDescriptioninterface