Uses of Interface
javax.jdo.PersistenceManagerFactory

Packages that use PersistenceManagerFactory
javax.jdo This package contains the JDO specification interfaces and classes. 
 

Uses of PersistenceManagerFactory in javax.jdo
 

Methods in javax.jdo that return PersistenceManagerFactory
 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-2006 Apache Software Foundation. All Rights Reserved.