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

Uses of Interface org.hibernate.StatelessSession (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Interface
org.hibernate.StatelessSession

Packages that use StatelessSession
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
 

Uses of StatelessSession in org.hibernate
 

Methods in org.hibernate that return StatelessSession
 StatelessSession SessionFactory.openStatelessSession()
          Get a new stateless session.
 StatelessSession SessionFactory.openStatelessSession(Connection connection)
          Get a new stateless session for the given JDBC connection.
 

Uses of StatelessSession in org.hibernate.impl
 

Classes in org.hibernate.impl that implement StatelessSession
 class StatelessSessionImpl
           
 

Methods in org.hibernate.impl that return StatelessSession
 StatelessSession SessionFactoryImpl.openStatelessSession()
           
 StatelessSession SessionFactoryImpl.openStatelessSession(Connection connection)
           
 

Uses of StatelessSession in org.hibernate.jmx
 

Methods in org.hibernate.jmx that return StatelessSession
 StatelessSession SessionFactoryStub.openStatelessSession()
           
 StatelessSession SessionFactoryStub.openStatelessSession(Connection conn)