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