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

Packages that use PersistenceManagerFactoryImpl
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 PersistenceManagerFactoryImpl in org.apache.jdo.impl.fostore
 

Subclasses of PersistenceManagerFactoryImpl in org.apache.jdo.impl.fostore
 class FOStorePMF
          The File/Object Store's implementation of a PersistenceManagerFactory.
 

Methods in org.apache.jdo.impl.fostore that return PersistenceManagerFactoryImpl
static PersistenceManagerFactoryImpl FOStorePMF.getPersistenceManagerFactory(java.util.Properties props)
          Construct a Properties instance from the given Properties.
 

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

Fields in org.apache.jdo.impl.pm declared as PersistenceManagerFactoryImpl
private  PersistenceManagerFactoryImpl PersistenceManagerImpl.pmf
          PersistenceManagerFactory that created (and could be pooling) this PersistenceManager
private  PersistenceManagerFactoryImpl TransactionImpl.pmFactory
          PersistenceManagerFactory associated with this transaction
 

Methods in org.apache.jdo.impl.pm with parameters of type PersistenceManagerFactoryImpl
 java.lang.String PersistenceManagerFactoryImpl.PMFAccessor.get(PersistenceManagerFactoryImpl pmf)
          Returns a value from a PMF, turned into a String.
 java.lang.String PersistenceManagerFactoryImpl.PMFAccessor.getNonDefault(PersistenceManagerFactoryImpl pmf)
          Returns a value from a PMF, turned into a String, only if the current value is not the default.
 void PersistenceManagerFactoryImpl.PMFAccessor.set(PersistenceManagerFactoryImpl pmf, java.lang.String s)
          Sets a value in a PMF, translating from String to the PMF's representation.
 

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