Uses of Class
org.hibernate.query.spi.NamedQueryRepository
-
Packages that use NamedQueryRepository Package Description org.hibernate.boot.spi org.hibernate.engine.spi -
-
Uses of NamedQueryRepository in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NamedQueryRepository Modifier and Type Method Description NamedQueryRepositoryAbstractDelegatingMetadata. buildNamedQueryRepository(org.hibernate.internal.SessionFactoryImpl sessionFactory)NamedQueryRepositoryMetadataImplementor. buildNamedQueryRepository(org.hibernate.internal.SessionFactoryImpl sessionFactory) -
Uses of NamedQueryRepository in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return NamedQueryRepository Modifier and Type Method Description NamedQueryRepositorySessionFactoryDelegatingImpl. getNamedQueryRepository()NamedQueryRepositorySessionFactoryImplementor. getNamedQueryRepository()Deprecated.(since 5.2) it will be replaced with the new QueryEngine concept introduced in 6.0
-