|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
org.springframework.orm.jdo
package.
See:
Description
Class Summary | |
---|---|
JdoDaoSupport | Deprecated. as of Spring 3.1, in favor of native PersistenceManager usage
(see TransactionAwarePersistenceManagerFactoryProxy
and SpringPersistenceManagerProxyBean ) |
OpenPersistenceManagerInViewFilter | Servlet 2.3 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 2.1 specification. |
Classes supporting the org.springframework.orm.jdo
package.
Contains a DAO base class for JdoTemplate usage.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |