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 JDOPersistenceManagerFactory
JDOPersistenceManager. pmf
Owning PersistenceManagerFactory.protected JDOPersistenceManagerFactory
JDOPersistenceManagerProxy. pmf
Methods in org.datanucleus.api.jdo that return JDOPersistenceManagerFactory Modifier and Type Method Description protected 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.JDOPersistenceManagerFactory
JDOPersistenceManager. getPersistenceManagerFactory()
Accessor for the PersistenceManager Factory.Methods in org.datanucleus.api.jdo with parameters of type JDOPersistenceManagerFactory Modifier and Type Method Description protected JDOPersistenceManager
JDOPersistenceManagerFactory. 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)
-