ObjectDB ObjectDB

getPersistenceManagerFactory(props, pmfClassLoader) - JDO JDOHelper's static method

Static Method
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
Returns:
the PersistenceManagerFactory.
Since:
JDO 1.0