站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Class org.hibernate.engine.NamedSQLQueryDefinition (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Class
org.hibernate.engine.NamedSQLQueryDefinition

Packages that use NamedSQLQueryDefinition
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of NamedSQLQueryDefinition in org.hibernate.cfg
 

Methods in org.hibernate.cfg with parameters of type NamedSQLQueryDefinition
 void Mappings.addSQLQuery(String name, NamedSQLQueryDefinition query)
           
 

Uses of NamedSQLQueryDefinition in org.hibernate.engine
 

Methods in org.hibernate.engine that return NamedSQLQueryDefinition
 NamedSQLQueryDefinition SessionFactoryImplementor.getNamedSQLQuery(String queryName)
           
 

Uses of NamedSQLQueryDefinition in org.hibernate.impl
 

Methods in org.hibernate.impl that return NamedSQLQueryDefinition
 NamedSQLQueryDefinition SessionFactoryImpl.getNamedSQLQuery(String queryName)