Uses of Interface
javax.jdo.PersistenceManagerFactory
Packages that use PersistenceManagerFactory
-
Uses of PersistenceManagerFactory in javax.jdo
Subinterfaces of PersistenceManagerFactory in javax.jdoMethods in javax.jdo that return PersistenceManagerFactoryModifier and TypeMethodDescriptionstatic PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory()
Get the anonymousPersistenceManagerFactory
configured via the standard configuration file resource "META-INF/jdoconfig.xml", using the current thread's context class loader to locate the configuration file resource(s).static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(File propsFile) Returns aPersistenceManagerFactory
configured based on the properties stored in the file atpropsFile
.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(File propsFile, ClassLoader loader) Returns aPersistenceManagerFactory
configured based on the properties stored in the file atpropsFile
.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(InputStream stream) Returns aPersistenceManagerFactory
configured based on the Properties stored in the input stream atstream
.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(InputStream stream, ClassLoader loader) Returns aPersistenceManagerFactory
configured based on the Properties stored in the input stream atstream
.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(ClassLoader pmfClassLoader) Get the anonymousPersistenceManagerFactory
configured via the standard configuration file resource "META-INF/jdoconfig.xml", using the given class loader.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(String name) Returns a namedPersistenceManagerFactory
or persistence unit.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(String name, ClassLoader loader) Returns a namedPersistenceManagerFactory
or persistence unit.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(String name, ClassLoader resourceLoader, ClassLoader pmfLoader) Returns a namedPersistenceManagerFactory
or persistence unit.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(String jndiLocation, Context context) Returns aPersistenceManagerFactory
at the JNDI location specified byjndiLocation
in the contextcontext
.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(String jndiLocation, Context context, ClassLoader loader) Returns aPersistenceManagerFactory
at the JNDI location specified byjndiLocation
in the contextcontext
.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(Map props) Get aPersistenceManagerFactory
based on aProperties
instance, using the current thread's context class loader to locate thePersistenceManagerFactory
class.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(Map props, ClassLoader pmfClassLoader) Get aPersistenceManagerFactory
based on aMap
and a class loader.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(Map overrides, String name) Returns a namedPersistenceManagerFactory
or persistence unit.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(Map overrides, String name, ClassLoader resourceLoader) Returns a namedPersistenceManagerFactory
or persistence unit.static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(Map overrides, String name, ClassLoader resourceLoader, ClassLoader pmfLoader) Returns aPersistenceManagerFactory
configured based on the properties stored in the resource atname
, or, if not found, returns aPersistenceManagerFactory
with the given name or, if not found, returns ajavax.persistence.EntityManagerFactory
cast to aPersistenceManagerFactory
.protected static PersistenceManagerFactory
JDOHelper.getPersistenceManagerFactory
(Map overrides, Map props, ClassLoader pmfClassLoader) Get aPersistenceManagerFactory
based on aMap
of overrides, aMap
of properties, and a class loader.PersistenceManager.getPersistenceManagerFactory()
This method returns thePersistenceManagerFactory
used to create thisPersistenceManager
.protected static PersistenceManagerFactory
JDOHelper.invokeGetPersistenceManagerFactoryOnImplementation
(String pmfClassName, Map overrides, Map properties, ClassLoader cl) Invoke the getPersistenceManagerFactory method on the implementation.