getPersistenceManagerFactory(stream, loader) - JDO JDOHelper's static method
Static Method
javax.jdo.JDOHelper
PersistenceManagerFactory getPersistenceManagerFactory(
InputStream stream,
ClassLoader loader
)
PersistenceManagerFactory
configured based on the Properties stored in the input stream at
stream
. Creates a
PersistenceManagerFactory
with
loader
. Any
IOException
s 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 thePersistenceManagerFactory
class
- Returns:
- the PersistenceManagerFactory
- Since:
- JDO 2.0