Name | Type | Package | Description | Detail |
| | | |
HibernateAccessor | Class | org.springframework.orm.hibernate3 | Base class for HibernateTemplate and HibernateInterceptor,defining common properties such as SessionFactory and flushing behavior. | Detail |
HibernateInterceptor | Class | org.springframework.orm.hibernate3 | This interceptor binds a new Hibernate Session to the thread before a methodcall, closing and removing it afterwards in case of any method outcome. | Detail |
HibernateTemplate | Class | org.springframework.orm.hibernate3 | Helper class that simplifies Hibernate data access code. | Detail |
OpenSessionInViewInterceptor | Class | org.springframework.orm.hibernate3.support | Spring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request. | Detail |