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
- aMap
with properties of thePersistenceManagerFactory
.pmfClassLoader
- the class loader used to load thePersistenceManagerFactory
class
- Return:
- the
PersistenceManagerFactory
.
- See Also:
getPersistenceManagerFactory
- Since:
- JDO 1.0