Uses of Interface
org.hibernate.query.spi.QueryInterpretationCache.Key
Packages that use QueryInterpretationCache.Key
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 QueryInterpretationCache.Key in org.hibernate.query.spi
Methods in org.hibernate.query.spi with type parameters of type QueryInterpretationCache.KeyModifier and TypeMethodDescriptiondefault <K extends QueryInterpretationCache.Key,
R>
SelectQueryPlan<R> QueryInterpretationCache.resolveSelectQueryPlan
(K key, Function<K, SelectQueryPlan<R>> creator) Methods in org.hibernate.query.spi that return QueryInterpretationCache.KeyModifier and TypeMethodDescriptionstatic QueryInterpretationCache.Key
QueryInterpretationCache.createInterpretationsKey
(InterpretationsKeySource keySource) default QueryInterpretationCache.Key
QueryInterpretationCache.Key.prepareForStore()
The possibility for a cache key to do defensive copying in case it has mutable state.Methods in org.hibernate.query.spi with parameters of type QueryInterpretationCache.KeyModifier and TypeMethodDescriptionvoid
QueryInterpretationCache.cacheNonSelectQueryPlan
(QueryInterpretationCache.Key key, NonSelectQueryPlan plan) QueryInterpretationCache.getNonSelectQueryPlan
(QueryInterpretationCache.Key key) <R> SelectQueryPlan
<R> QueryInterpretationCache.resolveSelectQueryPlan
(QueryInterpretationCache.Key key, Supplier<SelectQueryPlan<R>> creator) -
Uses of QueryInterpretationCache.Key in org.hibernate.query.sql.spi
Classes in org.hibernate.query.sql.spi that implement QueryInterpretationCache.KeyModifier and TypeClassDescriptionclass
QueryInterpretations key for non-select NativeQuery instancesclass
Methods in org.hibernate.query.sql.spi that return QueryInterpretationCache.KeyModifier and TypeMethodDescriptionNonSelectInterpretationsKey.prepareForStore()
SelectInterpretationsKey.prepareForStore()