Uses of Interface
org.hibernate.query.spi.QueryInterpretationCache
-
Packages that use QueryInterpretationCache Package Description 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.query.internal
Classes in org.hibernate.query.internal that implement QueryInterpretationCache Modifier and Type Class Description class
QueryInterpretationCacheDisabledImpl
class
QueryInterpretationCacheStandardImpl
Standard QueryInterpretationCache implementation -
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()
-