Uses of Interface
org.apache.jdo.pm.PersistenceManagerFactoryInternal

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

Classes in org.apache.jdo.impl.fostore that implement PersistenceManagerFactoryInternal
 class FOStorePMF
          The File/Object Store's implementation of a PersistenceManagerFactory.
 

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

Classes in org.apache.jdo.impl.pm that implement PersistenceManagerFactoryInternal
 class PersistenceManagerFactoryImpl
          This is an abstract PersistenceManagerFactoryImpl class that provides the StoreManager independent implementation of javax.jdo.PersistenceManager interface.
 

Constructors in org.apache.jdo.impl.pm with parameters of type PersistenceManagerFactoryInternal
PersistenceManagerImpl(PersistenceManagerFactoryInternal pmf, java.lang.String username, java.lang.String password)
          Constructs new instance of PersistenceManagerImpl for this PersistenceManagerFactoryInternal and particular combination of username and password.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.