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 PersistenceManagerModifier and TypeMethodDescriptionstatic PersistenceManagerJDOHelper.getPersistenceManager(Object obj) Returns the associated PersistenceManager of an object if there is one.PersistenceManagerFactory.getPersistenceManager()Creates new PersistenceManager without extra infoPersistenceManagerFactory.getPersistenceManager(String username, char[] password) Creates new PersistenceManager with specific username and password.Query.getPersistenceManager()Get the PersistenceManager associated with this Query.Transaction.getPersistenceManager()The Tranansaction instance is always associated with exactly one PersistenceManager.PersistenceCapable.jdoGetPersistenceManager()Return the associated PersistenceManager if there is one.Methods in com.sun.jdo.api.persistence.support with parameters of type PersistenceManagerModifier and TypeMethodDescriptionprotected 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 PersistenceManagerModifierConstructorDescriptionprotectedCreates new SynchronizationManager instance and registers it with the persistence manager.