Spring MVC - Class Diagram - Classes that extend HibernateAccessor




NameTypePackageDescriptionDetail

HibernateAccessorClassorg.springframework.orm.hibernate3Base class for HibernateTemplate and HibernateInterceptor,defining common properties such as SessionFactory and flushing behavior.Detail
HibernateInterceptorClassorg.springframework.orm.hibernate3This interceptor binds a new Hibernate Session to the thread before a methodcall, closing and removing it afterwards in case of any method outcome.Detail
HibernateTemplateClassorg.springframework.orm.hibernate3Helper class that simplifies Hibernate data access code.Detail
OpenSessionInViewInterceptorClassorg.springframework.orm.hibernate3.supportSpring web request interceptor that binds a Hibernate Session to thethread for the entire processing of the request.Detail