Package org.springframework.orm.hibernate.support

Classes supporting the org.springframework.orm.hibernate package.

See
          Description

Class Diagram Summary
support 
 

Class Summary
ClobStringTypeHibernate UserType implementation for Strings that get mapped to CLOBs.
HibernateDaoSupportConvenient super class for Hibernate data access objects.
OpenSessionInViewFilterServlet 2.3 Filter that binds a Hibernate Session to the thread for the whole processing of the request.
OpenSessionInViewInterceptorSpring web HandlerInterceptor that binds a Hibernate Session to the thread for the whole processing of the request.
 

Package org.springframework.orm.hibernate.support Description

Classes supporting the org.springframework.orm.hibernate package. Contains a DAO base class for HibernateTemplate usage.