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.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters. -
-
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()
-