org.springframework.orm.jdo
package.See: Description
Class | Description |
---|---|
OpenPersistenceManagerInViewFilter |
Servlet Filter that binds a JDO PersistenceManager to the thread for the
entire processing of the request.
|
OpenPersistenceManagerInViewInterceptor |
Spring web request interceptor that binds a JDO PersistenceManager to the
thread for the entire processing of the request.
|
SpringPersistenceManagerProxyBean |
Proxy that implements the
PersistenceManager interface,
delegating to the current thread-bound PersistenceManager (the Spring-managed
transactional PersistenceManager or the single OpenPersistenceManagerInView
PersistenceManager, if any) on each invocation. |
StandardPersistenceManagerProxyBean |
Proxy that implements the
PersistenceManager interface,
delegating to a thread-bound PersistenceManager on each invocation -
as defined by the JDO 3.0 specification. |
org.springframework.orm.jdo
package.