All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description DefaultJdoDialect Default implementation of theJdoDialectinterface.IsisModulePersistenceJdoSpring JdoDialect SPI strategy that allows for customizing integration with a specific JDO provider, in particular regarding transaction management and exception translation.JdoObjectRetrievalFailureException JDO-specific subclass of ObjectRetrievalFailureException.JdoOptimisticLockingFailureException JDO-specific subclass of ObjectOptimisticLockingFailureException.JdoResourceFailureException JDO-specific subclass of DataAccessResourceFailureException.JdoSystemException JDO-specific subclass of UncategorizedDataAccessException, for JDO system errors that do not match any concreteorg.springframework.daoexceptions.JdoTransactionManager PlatformTransactionManagerimplementation for a single JDOPersistenceManagerFactory.JdoUsageException JDO-specific subclass of InvalidDataAccessApiUsageException.LocalPersistenceManagerFactoryBean FactoryBeanthat creates a JDOPersistenceManagerFactory.ObjectOptimisticLockingFailureException Exception thrown on an optimistic locking violation for a mapped object.ObjectRetrievalFailureException Exception thrown if a mapped object could not be retrieved via its identifier.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.PersistenceManagerFactoryUtils Helper class featuring methods for JDOPersistenceManagerhandling, allowing for reuse of PersistenceManager instances within transactions.PersistenceManagerHolder Holder wrapping a JDO PersistenceManager.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.TransactionAwarePersistenceManagerFactoryProxy Proxy for a target JDOPersistenceManagerFactory, returning the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or the single OpenPersistenceManagerInView PersistenceManager) ongetPersistenceManager(), if any.