Uses of Interface
org.hibernate.query.spi.QueryInterpretationCache.Key
-
Packages that use QueryInterpretationCache.Key Package Description org.hibernate.query.spi org.hibernate.query.sql.spi -
-
Uses of QueryInterpretationCache.Key in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryInterpretationCache.Key Modifier and Type Method Description default QueryInterpretationCache.KeyQueryInterpretationCache.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.Key Modifier and Type Method Description voidQueryInterpretationCache. cacheNonSelectQueryPlan(QueryInterpretationCache.Key key, NonSelectQueryPlan plan)NonSelectQueryPlanQueryInterpretationCache. 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.Key Modifier and Type Class Description classNonSelectInterpretationsKeyQueryInterpretations key for non-select NativeQuery instancesclassSelectInterpretationsKeyMethods in org.hibernate.query.sql.spi that return QueryInterpretationCache.Key Modifier and Type Method Description QueryInterpretationCache.KeyNonSelectInterpretationsKey. prepareForStore()QueryInterpretationCache.KeySelectInterpretationsKey. prepareForStore()
-