程序包 org.springframework.orm.hibernate5.support
Classes supporting the
org.springframework.orm.hibernate5 package.类概要 类 说明 HibernateDaoSupport Convenient super class for Hibernate-based data access objects.OpenSessionInterceptor Simple AOP AllianceMethodInterceptorimplementation that binds a new HibernateSessionfor each method invocation, if none bound before.OpenSessionInViewFilter Servlet Filter that binds a Hibernate Session to the thread for the entire processing of the request.OpenSessionInViewInterceptor Spring web request interceptor that binds a HibernateSessionto the thread for the entire processing of the request.