Uses of Class
org.datanucleus.api.jdo.JDOPersistenceManagerFactory
Packages that use JDOPersistenceManagerFactory
Package
Description
Package providing components specific to JDO persistence.
-
Uses of JDOPersistenceManagerFactory in org.datanucleus.api.jdo
Fields in org.datanucleus.api.jdo declared as JDOPersistenceManagerFactoryModifier and TypeFieldDescriptionprotected JDOPersistenceManagerFactory
JDOPersistenceManager.pmf
Owning PersistenceManagerFactory.protected JDOPersistenceManagerFactory
JDOPersistenceManagerProxy.pmf
Fields in org.datanucleus.api.jdo with type parameters of type JDOPersistenceManagerFactoryModifier and TypeFieldDescriptionprivate static ConcurrentHashMap
<String, JDOPersistenceManagerFactory> JDOPersistenceManagerFactory.pmfByName
Cache of PMF keyed by the name.Methods in org.datanucleus.api.jdo that return JDOPersistenceManagerFactoryModifier and TypeMethodDescriptionprotected static JDOPersistenceManagerFactory
JDOPersistenceManagerFactory.createPersistenceManagerFactory
(Map props) Convenience method to create the PMF, check whether we should hand out a singleton, and if all ok then freeze it for use.JDOPersistenceManager.getPersistenceManagerFactory()
Accessor for the PersistenceManager Factory.Methods in org.datanucleus.api.jdo with parameters of type JDOPersistenceManagerFactoryModifier and TypeMethodDescriptionprotected JDOPersistenceManager
JDOPersistenceManagerFactory.newPM
(JDOPersistenceManagerFactory jdoPmf, String userName, String password) Constructors in org.datanucleus.api.jdo with parameters of type JDOPersistenceManagerFactoryModifierConstructorDescriptionJDOPersistenceManager
(JDOPersistenceManagerFactory pmf, String userName, String password) Constructor.