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
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, String userName, 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
-