Uses of Interface
org.hibernate.query.spi.QueryInterpretationCache
-
Packages that use QueryInterpretationCache Package Description org.hibernate.query.internal org.hibernate.query.spi -
-
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()
Constructors in org.hibernate.query.spi with parameters of type QueryInterpretationCache Constructor Description QueryEngine(String uuid, String name, JpaCompliance jpaCompliance, Supplier<JpaMetamodelImplementor> jpaMetamodelAccess, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, NamedObjectRepository namedObjectRepository, HqlTranslator hqlTranslator, SqmTranslatorFactory sqmTranslatorFactory, NativeQueryInterpreter nativeQueryInterpreter, QueryInterpretationCache interpretationCache, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry userDefinedRegistry, ServiceRegistry serviceRegistry)
-