JDO Static Method
in javax.jdo.JDOHelper

PersistenceManagerFactory getPersistenceManagerFactory(
  InputStream stream, 
  ClassLoader loader
)


Returns a PersistenceManagerFactory configured based on the Properties stored in the input stream at stream. Creates a PersistenceManagerFactory with loader. Any IOExceptions thrown during resource loading will be wrapped in a JDOFatalUserException.
Parameters:
stream - the stream containing the Properties
loader - the class loader to use to load the PersistenceManagerFactory class
Return:
the PersistenceManagerFactory
Since:
JDO 2.0