Generated by
JDiff

Package org.springframework.orm.jdo

Removed Classes and Interfaces
JdoAccessor Base class for JdoTemplate and JdoInterceptor, defining common properties such as PersistenceManagerFactory and flushing behavior.
JdoCallback Callback interface for JDO code.
JdoInterceptor This interceptor binds a new JDO PersistenceManager to the thread before a method call, closing and removing it afterwards in case of any method outcome.
JdoOperations Interface that specifies a basic set of JDO operations, implemented by JdoTemplate.
JdoTemplate Helper class that simplifies JDO data access code, and converts JDOExceptions into Spring DataAccessExceptions, following the {@code org.springframework.dao} exception hierarchy.
 

Changed Classes and Interfaces
DefaultJdoDialect Default implementation of the JdoDialect interface.
JdoDialect SPI strategy that allows for customizing integration with a specific JDO provider, in particular regarding transaction management and exception translation.
LocalPersistenceManagerFactoryBean org.springframework.beans.factory.FactoryBean that creates a JDO javax.jdo.PersistenceManagerFactory.
PersistenceManagerFactoryUtils Helper class featuring methods for JDO PersistenceManager handling, allowing for reuse of PersistenceManager instances within transactions.