站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.orm.hibernate3.HibernateAccessor (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.orm.hibernate3.HibernateAccessor

Packages that use HibernateAccessor
org.springframework.orm.hibernate3 Package providing integration of Hibernate3 with Spring concepts. 
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
 

Uses of HibernateAccessor in org.springframework.orm.hibernate3
 

Subclasses of HibernateAccessor in org.springframework.orm.hibernate3
 class HibernateInterceptor
          This interceptor binds a new Hibernate Session to the thread before a method call, closing and removing it afterwards in case of any method outcome.
 class HibernateTemplate
          Helper class that simplifies Hibernate data access code.
 

Uses of HibernateAccessor in org.springframework.orm.hibernate3.support
 

Subclasses of HibernateAccessor in org.springframework.orm.hibernate3.support
 class OpenSessionInViewInterceptor
          Spring web request interceptor that binds a Hibernate Session to the thread for the entire processing of the request.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.