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 NamedQueryRepository
AbstractDelegatingMetadata. buildNamedQueryRepository(org.hibernate.internal.SessionFactoryImpl sessionFactory)
NamedQueryRepository
MetadataImplementor. 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 NamedQueryRepository
SessionFactoryDelegatingImpl. getNamedQueryRepository()
NamedQueryRepository
SessionFactoryImplementor. getNamedQueryRepository()
Deprecated.(since 5.2) it will be replaced with the new QueryEngine concept introduced in 6.0
-