getPersistenceManagerFactory() - JDO JDOHelper's static method

Static Method
javax.jdo.JDOHelper
PersistenceManagerFactory getPersistenceManagerFactory()

Get the anonymous PersistenceManagerFactory configured via the standard configuration file resource "META-INF/jdoconfig.xml", using the current thread's context class loader to locate the configuration file resource(s).
Returns:
the anonymous PersistenceManagerFactory.
Since:
JDO 2.1
See Also:
getPersistenceManagerFactory(Map,String,ClassLoader,ClassLoader)