ObjectDB ObjectDB

getPersistenceManagerFactory(props) - JDO JDOHelper's static method

Static Method
javax.jdo.JDOHelper
PersistenceManagerFactory getPersistenceManagerFactory(
  Map props
)

Get a PersistenceManagerFactory based on a Properties instance, using the current thread's context class loader to locate the PersistenceManagerFactory class.
Parameters:
props - a Properties instance with properties of the PersistenceManagerFactory.
Returns:
the PersistenceManagerFactory.
Since:
JDO 1.0
See Also:
getPersistenceManagerFactory(java.util.Map,ClassLoader)