JDO Static Method
in javax.jdo.JDOHelper

PersistenceManagerFactory getPersistenceManagerFactory(
  File propsFile, 
  ClassLoader loader
)


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