The main advantage of this proxy is that it allows DAOs to work with a plain JDO PersistenceManager reference in JDO 2.1 style (see {@link javax.jdo.PersistenceManagerFactory#getPersistenceManagerProxy()}), exposing the exact behavior that the target JDO provider implements.
Note: This proxy requires JDO 2.1 or higher. @author Juergen Hoeller @since 3.0 @see SpringPersistenceManagerProxyBean @see javax.jdo.PersistenceManagerFactory#getPersistenceManagerProxy()
|
|