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 NamedObjectRepositoryInFlightMetadataCollectorImpl. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)NamedObjectRepositoryMetadataImpl. 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 NamedObjectRepositoryAbstractDelegatingMetadata. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)NamedObjectRepositoryMetadataImplementor. 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 classNamedObjectRepositoryImpl -
Uses of NamedObjectRepository in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NamedObjectRepository Modifier and Type Method Description NamedObjectRepositoryQueryEngine. 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
-