Uses of Interface
org.hibernate.query.spi.QueryInterpretationCache
-
Packages that use QueryInterpretationCache Package Description org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters. -
-
Uses of QueryInterpretationCache in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return QueryInterpretationCache Modifier and Type Method Description QueryInterpretationCache
MockSessionFactory. getInterpretationCache()
-
Uses of QueryInterpretationCache in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement QueryInterpretationCache Modifier and Type Class Description class
QueryInterpretationCacheDisabledImpl
class
QueryInterpretationCacheStandardImpl
Standard QueryInterpretationCache implementationMethods in org.hibernate.query.internal that return QueryInterpretationCache Modifier and Type Method Description QueryInterpretationCache
QueryEngineImpl. getInterpretationCache()
-
Uses of QueryInterpretationCache in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryInterpretationCache Modifier and Type Method Description QueryInterpretationCache
QueryEngine. getInterpretationCache()
-