package

org.springframework.orm.jdo.support

Classes supporting the org.springframework.orm.jdo package. Contains a DAO base class for JdoTemplate usage.

Classes

JdoDaoSupport Convenient super class for JDO data access objects. 
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 javax.jdo.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 javax.jdo.PersistenceManager interface, delegating to a thread-bound PersistenceManager on each invocation - as defined by the JDO 2.1 specification.