Uses of Interface
com.sun.jdo.api.persistence.support.PersistenceManager

Uses of PersistenceManager in com.sun.jdo.api.persistence.support
 

Methods in com.sun.jdo.api.persistence.support that return PersistenceManager
 PersistenceManager Transaction.getPersistenceManager()
          The Tranansaction instance is always associated with exactly one PersistenceManager.
 PersistenceManager PersistenceManagerFactory.getPersistenceManager()
          Creates new PersistenceManager without extra info
 PersistenceManager Query.getPersistenceManager()
          Get the PersistenceManager associated with this Query.
static PersistenceManager JDOHelper.getPersistenceManager(java.lang.Object obj)
          Returns the associated PersistenceManager of an object if there is one.
 PersistenceManager PersistenceManagerFactory.getPersistenceManager(java.lang.String username, java.lang.String password)
          Creates new PersistenceManager with specific username and password.
 PersistenceManager PersistenceCapable.jdoGetPersistenceManager()
          Return the associated PersistenceManager if there is one.
 

Methods in com.sun.jdo.api.persistence.support with parameters of type PersistenceManager
protected static SynchronizationManager SynchronizationManager.getSynchronizationManager(PersistenceManager pm)
          Get the synchronization manager already registered with this persistence manager.
static void SynchronizationManager.registerSynchronization(Synchronization instance, PersistenceManager pm)
          Register a new Synchronization with the current transaction.
 

Constructors in com.sun.jdo.api.persistence.support with parameters of type PersistenceManager
SynchronizationManager(PersistenceManager pm)
          Creates new SynchronizationManager instance and registers it with the persistence manager.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.