Uses of Class
org.datanucleus.api.jdo.JDOPersistenceManager
-
Packages that use JDOPersistenceManager Package Description org.datanucleus.api.jdo Package providing components specific to JDO persistence. -
-
Uses of JDOPersistenceManager in org.datanucleus.api.jdo
Fields in org.datanucleus.api.jdo declared as JDOPersistenceManager Modifier and Type Field Description (package private) JDOPersistenceManager
JDOTransaction. pm
JDO PersistenceManager.Fields in org.datanucleus.api.jdo with type parameters of type JDOPersistenceManager Modifier and Type Field Description private java.util.Set<JDOPersistenceManager>
JDOPersistenceManagerFactory. pmCache
The cache of PM's in use.Methods in org.datanucleus.api.jdo that return JDOPersistenceManager Modifier and Type Method Description JDOPersistenceManager
JDOTransaction. getPersistenceManager()
Accessor for the JDO PersistenceManagerprotected JDOPersistenceManager
JDOPersistenceManagerFactory. newPM(JDOPersistenceManagerFactory jdoPmf, java.lang.String userName, java.lang.String password)
Methods in org.datanucleus.api.jdo with parameters of type JDOPersistenceManager Modifier and Type Method Description void
JDOPersistenceManagerFactory. releasePersistenceManager(JDOPersistenceManager pm)
Remove a PersistenceManager from the cache.Constructors in org.datanucleus.api.jdo with parameters of type JDOPersistenceManager Constructor Description JDOTransaction(JDOPersistenceManager pm, org.datanucleus.transaction.Transaction tx)
Constructor
-