Uses of Interface
javax.jdo.PersistenceManagerFactory

Packages that use PersistenceManagerFactory
javax.jdo This package contains the JDO specification interfaces and classes. 
 

Uses of PersistenceManagerFactory in javax.jdo
 

Methods in javax.jdo that return PersistenceManagerFactory
 PersistenceManagerFactory PersistenceManager.getPersistenceManagerFactory()
          This method returns the PersistenceManagerFactory used to create this PersistenceManager.
static PersistenceManagerFactory JDOHelper.getPersistenceManagerFactory(java.util.Properties props)
          Get a PersistenceManagerFactory based on a Properties instance, using the current thread's context class loader to locate the PersistenceManagerFactory class.
static PersistenceManagerFactory JDOHelper.getPersistenceManagerFactory(java.util.Properties props, java.lang.ClassLoader cl)
          Get a PersistenceManagerFactory based on a Properties instance and a class loader.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.