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) JDOPersistenceManagerJDOTransaction.pmJDO PersistenceManager.Fields in org.datanucleus.api.jdo with type parameters of type JDOPersistenceManagerModifier and TypeFieldDescriptionprivate Set<JDOPersistenceManager> JDOPersistenceManagerFactory.pmCacheThe cache of PM's in use.Methods in org.datanucleus.api.jdo that return JDOPersistenceManagerModifier and TypeMethodDescriptionJDOTransaction.getPersistenceManager()Accessor for the JDO PersistenceManagerprotected JDOPersistenceManagerJDOPersistenceManagerFactory.newPM(JDOPersistenceManagerFactory jdoPmf, String userName, String password) Methods in org.datanucleus.api.jdo with parameters of type JDOPersistenceManagerModifier and TypeMethodDescriptionvoidJDOPersistenceManagerFactory.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