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.