PersistenceManagerFactory getPersistenceManagerFactory(
File propsFile
)
Returns a PersistenceManagerFactory configured based on the properties stored in the file at
propsFile
. This method is equivalent to invoking getPersistenceManagerFactory with Thread.currentThread().getContextClassLoader()
as the loader
argument. - Parameters:
propsFile
- the file containing the Properties
- Return:
- the PersistenceManagerFactory
- Since:
- JDO 2.0