Uses of Interface
org.hibernate.query.spi.QueryInterpretationCache
Packages that use QueryInterpretationCache
Package
Description
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
-
Uses of QueryInterpretationCache in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement QueryInterpretationCacheModifier and TypeClassDescriptionclass
class
Standard QueryInterpretationCache implementationMethods in org.hibernate.query.internal that return QueryInterpretationCacheModifier and TypeMethodDescriptionstatic QueryInterpretationCache
QueryEngineImpl.buildInterpretationCache
(ServiceRegistry serviceRegistry, Map<String, Object> properties) QueryEngineImpl.getInterpretationCache()
-
Uses of QueryInterpretationCache in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryInterpretationCache