ObjectDB ObjectDB

getPersistenceManagerFactory(pmfClassLoader) - JDO JDOHelper's static method

Static Method
javax.jdo.JDOHelper
PersistenceManagerFactory getPersistenceManagerFactory(
  ClassLoader pmfClassLoader
)

Get the anonymous PersistenceManagerFactory configured via the standard configuration file resource "META-INF/jdoconfig.xml", using the given class loader.
Parameters:
pmfClassLoader - the ClassLoader used to load resources and classes
Returns:
the anonymous PersistenceManagerFactory.
Since:
JDO 2.1
See Also:
getPersistenceManagerFactory(Map,String,ClassLoader,ClassLoader)