Package | Description |
---|---|
javax.jdo |
This package contains the JDO specification interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
PersistenceManagerFactory |
PersistenceManager.getPersistenceManagerFactory()
This method returns the
PersistenceManagerFactory used to create
this PersistenceManager . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.util.Properties props)
Get a
PersistenceManagerFactory based on a Properties instance, using
the current thread's context class loader to locate the
PersistenceManagerFactory class. |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.util.Properties props,
java.lang.ClassLoader cl)
Get a
PersistenceManagerFactory based on a Properties
instance and a class loader. |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.