Uses of Interface
org.hibernate.query.named.NamedObjectRepository
-
Packages that use NamedObjectRepository Package Description org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.query.internal org.hibernate.query.spi -
-
Uses of NamedObjectRepository in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NamedObjectRepository Modifier and Type Method Description NamedObjectRepository
InFlightMetadataCollectorImpl. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
NamedObjectRepository
MetadataImpl. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
-
Uses of NamedObjectRepository in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NamedObjectRepository Modifier and Type Method Description NamedObjectRepository
AbstractDelegatingMetadata. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
NamedObjectRepository
MetadataImplementor. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
-
Uses of NamedObjectRepository in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement NamedObjectRepository Modifier and Type Class Description class
NamedObjectRepositoryImpl
-
Uses of NamedObjectRepository in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NamedObjectRepository Modifier and Type Method Description NamedObjectRepository
QueryEngine. getNamedObjectRepository()
Constructors in org.hibernate.query.spi with parameters of type NamedObjectRepository 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
-