| Name | Description | Type | Package | Framework |
| DefaultJdoDialect | Default implementation of the JdoDialect interface. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoDialect | SPI strategy that allows for customizing integration with a specific JDO provider,in particular regarding transaction management and exception translation. | Interface | org.springframework.orm.jdo | Spring MVC |
|
| JdoObjectRetrievalFailureException | JDO-specific subclass of ObjectRetrievalFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoOptimisticLockingFailureException | JDO-specific subclass of ObjectOptimisticLockingFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoResourceFailureException | JDO-specific subclass of DataAccessResourceFailureException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoSystemException | JDO-specific subclass of UncategorizedDataAccessException,for JDO system errors that do not match any concrete | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoTransactionManager | PlatformTransactionManager implementation for asingle JDO PersistenceManagerFactory. | Class | org.springframework.orm.jdo | Spring MVC |
|
| JdoUsageException | JDO-specific subclass of InvalidDataAccessApiUsageException. | Class | org.springframework.orm.jdo | Spring MVC |
|
| LocalPersistenceManagerFactoryBean | FactoryBean that creates aJDO PersistenceManagerFactory. | Class | org.springframework.orm.jdo | Spring MVC |
|
| OpenPersistenceManagerInViewFilter | Servlet Filter that binds a JDO PersistenceManager to the thread for theentire processing of the request. | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| OpenPersistenceManagerInViewInterceptor | Spring web request interceptor that binds a JDO PersistenceManager to thethread for the entire processing of the request. | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| PersistenceManagerFactoryUtils | Helper class featuring methods for JDO PersistenceManager handling,allowing for reuse of PersistenceManager instances within transactions. | Class | org.springframework.orm.jdo | Spring MVC |
|
| PersistenceManagerHolder | Holder wrapping a JDO PersistenceManager. | Class | org.springframework.orm.jdo | Spring MVC |
|
| SpringPersistenceManagerProxyBean | Proxy that implements the PersistenceManager interface,delegating to the current thread-bound PersistenceManager (the Spring-managed | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| StandardPersistenceManagerProxyBean | Proxy that implements the PersistenceManager interface,delegating to a thread-bound PersistenceManager on each invocation - | Class | org.springframework.orm.jdo.support | Spring MVC |
|
| TransactionAwarePersistenceManagerFactoryProxy | Proxy for a target JDO PersistenceManagerFactory,returning the current thread-bound PersistenceManager (the Spring-managed | Class | org.springframework.orm.jdo | Spring MVC |