|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 request interceptor that binds a Hibernate Session to the thread for the entire processing of the request. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |