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) JDOPersistenceManagerJDOTransaction. pmJDO PersistenceManager.Fields in org.datanucleus.api.jdo with type parameters of type JDOPersistenceManager Modifier and Type Field Description private java.util.Set<JDOPersistenceManager>JDOPersistenceManagerFactory. pmCacheThe cache of PM's in use.Methods in org.datanucleus.api.jdo that return JDOPersistenceManager Modifier and Type Method Description JDOPersistenceManagerJDOTransaction. getPersistenceManager()Accessor for the JDO PersistenceManagerprotected JDOPersistenceManagerJDOPersistenceManagerFactory. 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 voidJDOPersistenceManagerFactory. 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
-