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 JDOPersistenceManagerFactoryJDOPersistenceManager.pmfOwning PersistenceManagerFactory.protected JDOPersistenceManagerFactoryJDOPersistenceManagerProxy.pmfFields in org.datanucleus.api.jdo with type parameters of type JDOPersistenceManagerFactoryModifier and TypeFieldDescriptionprivate static ConcurrentHashMap<String, JDOPersistenceManagerFactory> JDOPersistenceManagerFactory.pmfByNameCache of PMF keyed by the name.Methods in org.datanucleus.api.jdo that return JDOPersistenceManagerFactoryModifier and TypeMethodDescriptionprotected static JDOPersistenceManagerFactoryJDOPersistenceManagerFactory.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 JDOPersistenceManagerJDOPersistenceManagerFactory.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.