Package org.apache.jdo.impl.pm

This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation.

See:
          Description

Interface Summary
PersistenceManagerFactoryImpl.PMFAccessor The preferred way of getting & restoring a PMF in JNDI is to do so via a Properties object.
 

Class Summary
CacheManagerImpl  
PersistenceManagerFactoryImpl This is an abstract PersistenceManagerFactoryImpl class that provides the StoreManager independent implementation of javax.jdo.PersistenceManager interface.
PersistenceManagerFactoryImpl.ShutdownHook Shutdown hook to close pmf instances left open when the JVM exits.
PersistenceManagerImpl This is the StoreManager independent implemetation of the org.apache.jdo.pm.PersistenceManagerInternal interface.
PersistenceManagerWrapper This is a thin wrapper for the current implemetation of javax.jdo.PersistenceManager interface.
TransactionImpl The Transaction interface allows operations to be performed against the transaction in the target Transaction object.
TransactionSynchronization This is a Synchronization instance associated with the corresponding instance of the TransactionImpl.
 

Package org.apache.jdo.impl.pm Description

This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation. The classes herein by and large implement the interfaces defined in org.apache.jdo.pm.