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

Packages that use PersistenceManagerImpl
org.apache.jdo.impl.pm   
 

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

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
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.