org.springframework.orm.jdo.support |
Classes supporting the org.springframework.orm.jdo package.
Contains a DAO base class for JdoTemplate usage.
|
Java Source File Name | Type | Comment |
JdoDaoSupport.java | Class | Convenient super class for JDO data access objects.
Requires a PersistenceManagerFactory to be set, providing a JdoTemplate
based on it to subclasses. |
OpenPersistenceManagerInViewFilter.java | Class | Servlet 2.3 Filter that binds a JDO PersistenceManager to the thread for the
entire processing of the request. |
OpenPersistenceManagerInViewInterceptor.java | Class | Spring web request interceptor that binds a JDO PersistenceManager to the
thread for the entire processing of the request. |