Uses of Interface
org.hibernate.query.named.NamedObjectRepository
-
Packages that use NamedObjectRepository Package Description org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.testing.orm.junit -
-
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.processor.validation
Methods in org.hibernate.processor.validation that return NamedObjectRepository Modifier and Type Method Description NamedObjectRepositoryMockSessionFactory. getNamedObjectRepository() -
Uses of NamedObjectRepository in org.hibernate.query.internal
Classes in org.hibernate.query.internal that implement NamedObjectRepository Modifier and Type Class Description classNamedObjectRepositoryImplMethods in org.hibernate.query.internal that return NamedObjectRepository Modifier and Type Method Description NamedObjectRepositoryQueryEngineImpl. getNamedObjectRepository() -
Uses of NamedObjectRepository in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NamedObjectRepository Modifier and Type Method Description NamedObjectRepositoryQueryEngine. getNamedObjectRepository() -
Uses of NamedObjectRepository in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return NamedObjectRepository Modifier and Type Method Description NamedObjectRepositoryDialectFeatureChecks.FakeMetadataBuildingContext. buildNamedQueryRepository(SessionFactoryImplementor sessionFactory)
-