getPersistenceManagerFactory(propsFile) - JDO JDOHelper's static method
Static Method
javax.jdo.JDOHelper
PersistenceManagerFactory getPersistenceManagerFactory(
File propsFile
)
PersistenceManagerFactory
configured based on the properties stored in the file at
propsFile
. This method is equivalent to invoking
getPersistenceManagerFactory(File,ClassLoader)
with
Thread.currentThread().getContextClassLoader()
as the
loader
argument.
- Parameters:
-
propsFile
- the file containing the Properties
- Returns:
- the PersistenceManagerFactory
- Since:
- JDO 2.0