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

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

Uses of HibernateAccessor in org.springframework.orm.hibernate
 

Subclasses of HibernateAccessor in org.springframework.orm.hibernate
 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, and converts checked HibernateExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.
 

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

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



Copyright (c) 2002-2005 The Spring Framework Project.