Package org.apache.isis.persistence.jdo.spring.support
Classes supporting the
org.apache.isis.persistence.jdo.spring package.-
Class Summary 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 thePersistenceManagerinterface, 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 thePersistenceManagerinterface, delegating to a thread-bound PersistenceManager on each invocation - as defined by the JDO 3.0 specification.