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. |