org.springframework.orm.hibernate5 package.See: Description
| Class | Description |
|---|---|
| HibernateDaoSupport |
Convenient super class for Hibernate-based data access objects.
|
| OpenSessionInterceptor |
Simple AOP Alliance
MethodInterceptor implementation that binds a new
Hibernate Session for 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 Hibernate
Session to the
thread for the entire processing of the request. |
org.springframework.orm.hibernate5 package.