Uses of Class
org.apache.jdo.impl.pm.PersistenceManagerImpl

Packages that use PersistenceManagerImpl
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
org.apache.jdo.impl.pm This package contains classes that are for use across all kinds of implementations of the JDO Reference Implementation. 
 

Uses of PersistenceManagerImpl in org.apache.jdo.impl.fostore
 

Subclasses of PersistenceManagerImpl in org.apache.jdo.impl.fostore
 class FOStorePM
          Subclass of #PersistenceManagerImpl implementing abstract methods newQuery.
 

Uses of PersistenceManagerImpl in org.apache.jdo.impl.pm
 

Fields in org.apache.jdo.impl.pm declared as PersistenceManagerImpl
private  PersistenceManagerImpl TransactionImpl.persistenceManager
          PersistenceManager associated with this transaction (1-1)
private  PersistenceManagerImpl PersistenceManagerWrapper.pm
           
(package private)  PersistenceManagerImpl CacheManagerImpl.pm
           
 

Methods in org.apache.jdo.impl.pm that return PersistenceManagerImpl
private  PersistenceManagerImpl PersistenceManagerFactoryImpl.getFromPool(java.lang.String userid, java.lang.String password)
          Finds PersistenceManager for this combination of userid and password in the free pool, or creates new one if not found.
 

Methods in org.apache.jdo.impl.pm with parameters of type PersistenceManagerImpl
protected  void PersistenceManagerFactoryImpl.registerPersistenceManager(PersistenceManagerImpl pm, java.lang.Object t)
          Registers PersistenceManager in the transactional cache in managed environment in case of BMT with JDO Transaction.
protected  void PersistenceManagerFactoryImpl.deregisterPersistenceManager(PersistenceManagerImpl pm, java.lang.Object t)
          Deregisters PersistenceManager that is not associated with a JTA transaction any more.
protected  void PersistenceManagerFactoryImpl.releasePersistenceManager(PersistenceManagerImpl pm, java.lang.Object t)
          Releases closed PersistenceManager that is not in use
private  void PersistenceManagerFactoryImpl.returnToPool(PersistenceManagerImpl pm)
          Returns unused PersistenceManager to the free pool
 

Constructors in org.apache.jdo.impl.pm with parameters of type PersistenceManagerImpl
TransactionImpl(PersistenceManagerImpl pm, PersistenceManagerFactoryImpl pmf, java.lang.String username, java.lang.String password)
          Constructors new instance of TransactionImpl for the corresponding PersistenceManagerImpl.
PersistenceManagerWrapper(PersistenceManagerImpl pm)
           
CacheManagerImpl(PersistenceManagerImpl pm)
          Constructs new instnstance of CacheManagerImpl