Uses of Package
org.springframework.orm.hibernate

Packages that use org.springframework.orm.hibernate
org.springframework.orm.hibernate 
org.springframework.orm.hibernate.support 

Classes in org.springframework.orm.hibernate used by org.springframework.orm.hibernate
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.
HibernateTemplate
          Helper class that simplifies Hibernate data access code, and converts checked HibernateExceptions into unchecked DataAccessExceptions, compatible to the org.springframework.dao exception hierarchy.
HibernateTransactionObject
          Hibernate transaction object, representing a SessionHolder.
 

Classes in org.springframework.orm.hibernate used by org.springframework.orm.hibernate.support
HibernateDaoSupport
          Convenient super class for Hibernate data access objects.
OpenSessionInViewInterceptor
          Spring web HandlerInterceptor that binds a Hibernate Session to the thread for the whole processing of the request.