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.io.File propsFile)
Returns a
PersistenceManagerFactory configured based
on the properties stored in the file at
propsFile . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.io.File propsFile,
java.lang.ClassLoader loader)
Returns a
PersistenceManagerFactory configured based
on the properties stored in the file at
propsFile . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.io.InputStream stream)
Returns a
PersistenceManagerFactory configured based
on the Properties stored in the input stream at
stream . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.io.InputStream stream,
java.lang.ClassLoader loader)
Returns a
PersistenceManagerFactory configured based
on the Properties stored in the input stream at
stream . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.util.Map 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.Map props,
java.lang.ClassLoader cl)
Get a
PersistenceManagerFactory based on a
Properties instance and a class loader. |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.lang.String propsResource)
Returns a
PersistenceManagerFactory configured based
on the properties stored in the resource at
propsResource . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.lang.String propsResource,
java.lang.ClassLoader loader)
Returns a
PersistenceManagerFactory configured based
on the properties stored in the resource at
propsResource . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.lang.String propsResource,
java.lang.ClassLoader propsLoader,
java.lang.ClassLoader pmfLoader)
Returns a
PersistenceManagerFactory configured based
on the properties stored in the resource at
propsResource . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.lang.String jndiLocation,
javax.naming.Context context)
Returns a
PersistenceManagerFactory at the JNDI
location specified by jndiLocation in the context
context . |
static PersistenceManagerFactory |
JDOHelper.getPersistenceManagerFactory(java.lang.String jndiLocation,
javax.naming.Context context,
java.lang.ClassLoader loader)
Returns a
PersistenceManagerFactory at the JNDI
location specified by jndiLocation in the context
context . |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.