JDO Static Method
in javax.jdo.JDOHelper

PersistenceManagerFactory getPersistenceManagerFactory(
  Map props, 
  ClassLoader pmfClassLoader
)


Get a PersistenceManagerFactory based on a Map and a class loader. This method delegates to the getPersistenceManagerFactory method that takes a Map of overrides and a Map of properties, passing null as the overrides parameter.
Parameters:
props - a Map with properties of the PersistenceManagerFactory.
pmfClassLoader - the class loader used to load the PersistenceManagerFactory class
Return:
the PersistenceManagerFactory.
See Also:
getPersistenceManagerFactory
Since:
JDO 1.0