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

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


Uses of Class
org.hibernate.impl.SessionFactoryImpl

Packages that use SessionFactoryImpl
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of SessionFactoryImpl in org.hibernate.impl
 

Fields in org.hibernate.impl declared as SessionFactoryImpl
protected  SessionFactoryImpl AbstractSessionImpl.factory
           
 

Constructors in org.hibernate.impl with parameters of type SessionFactoryImpl
AbstractSessionImpl(SessionFactoryImpl factory)