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

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


Uses of Class
org.hibernate.impl.AbstractSessionImpl

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

Uses of AbstractSessionImpl in org.hibernate.impl
 

Subclasses of AbstractSessionImpl in org.hibernate.impl
 class SessionImpl
          Concrete implementation of a Session, and also the central, organizing component of Hibernate's internal implementation.
 class StatelessSessionImpl