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 Modifier and Type Method Description static PersistenceManagerJDOHelper. getPersistenceManager(Object obj)Returns the associated PersistenceManager of an object if there is one.PersistenceManagerPersistenceManagerFactory. getPersistenceManager()Creates new PersistenceManager without extra infoPersistenceManagerPersistenceManagerFactory. getPersistenceManager(String username, char[] password)Creates new PersistenceManager with specific username and password.PersistenceManagerQuery. getPersistenceManager()Get the PersistenceManager associated with this Query.PersistenceManagerTransaction. getPersistenceManager()The Tranansaction instance is always associated with exactly one PersistenceManager.PersistenceManagerPersistenceCapable. jdoGetPersistenceManager()Return the associated PersistenceManager if there is one.Methods in com.sun.jdo.api.persistence.support with parameters of type PersistenceManager Modifier and Type Method Description protected static SynchronizationManagerSynchronizationManager. getSynchronizationManager(PersistenceManager pm)Get the synchronization manager already registered with this persistence manager.static voidSynchronizationManager. registerSynchronization(jakarta.transaction.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 Constructor Description SynchronizationManager(PersistenceManager pm)Creates new SynchronizationManager instance and registers it with the persistence manager.
-