Uses of Class
org.datanucleus.api.jdo.JDOPersistenceManagerFactory
-
Packages that use JDOPersistenceManagerFactory Package Description org.datanucleus.api.jdo Package providing components specific to JDO persistence. -
-
Uses of JDOPersistenceManagerFactory in org.datanucleus.api.jdo
Fields in org.datanucleus.api.jdo declared as JDOPersistenceManagerFactory Modifier and Type Field Description protected JDOPersistenceManagerFactoryJDOPersistenceManager. pmfOwning PersistenceManagerFactory.protected JDOPersistenceManagerFactoryJDOPersistenceManagerProxy. pmfMethods in org.datanucleus.api.jdo that return JDOPersistenceManagerFactory Modifier and Type Method Description protected 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.JDOPersistenceManagerFactoryJDOPersistenceManager. getPersistenceManagerFactory()Accessor for the PersistenceManager Factory.Methods in org.datanucleus.api.jdo with parameters of type JDOPersistenceManagerFactory Modifier and Type Method Description protected JDOPersistenceManagerJDOPersistenceManagerFactory. newPM(JDOPersistenceManagerFactory jdoPmf, String userName, String password)Constructors in org.datanucleus.api.jdo with parameters of type JDOPersistenceManagerFactory Constructor Description JDOPersistenceManager(JDOPersistenceManagerFactory pmf, String userName, String password)Constructor.JDOPersistenceManagerProxy(JDOPersistenceManagerFactory pmf)
-