Uses of Interface
org.hibernate.engine.query.spi.NativeQueryInterpreter
-
Packages that use NativeQueryInterpreter Package Description org.hibernate.engine.query.internal org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.query.spi -
-
Uses of NativeQueryInterpreter in org.hibernate.engine.query.internal
Classes in org.hibernate.engine.query.internal that implement NativeQueryInterpreter Modifier and Type Class Description class
NativeQueryInterpreterStandardImpl
-
Uses of NativeQueryInterpreter in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreter
NativeQueryInterpreterInitiator. initiateService(SessionFactoryServiceInitiatorContext context)
Methods in org.hibernate.engine.query.spi that return types with arguments of type NativeQueryInterpreter Modifier and Type Method Description Class<NativeQueryInterpreter>
NativeQueryInterpreterInitiator. getServiceInitiated()
-
Uses of NativeQueryInterpreter in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreter
QueryEngine. getNativeQueryInterpreter()
Constructors in org.hibernate.query.spi with parameters of type NativeQueryInterpreter 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)
QueryEngine(String uuid, String name, JpaMetamodelImplementor jpaMetamodel, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, boolean useStrictJpaCompliance, NamedObjectRepository namedObjectRepository, NativeQueryInterpreter nativeQueryInterpreter, Dialect dialect, ServiceRegistry serviceRegistry)
Simplified constructor mainly meant for Quarkus use
-