Uses of Interface
org.hibernate.query.spi.QueryInterpretationCache
-
Packages that use QueryInterpretationCache Package Description org.hibernate.query.spi -
-
Uses of QueryInterpretationCache in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return QueryInterpretationCache Modifier and Type Method Description QueryInterpretationCacheQueryEngine. 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)
-