| Modifier and Type | Method and Description |
|---|---|
PersistenceManager |
PersistenceManagerFactory.getPersistenceManager()
Creates new PersistenceManager without extra info
|
PersistenceManager |
Transaction.getPersistenceManager()
The Tranansaction instance is always associated with exactly one
PersistenceManager.
|
PersistenceManager |
Query.getPersistenceManager()
Get the PersistenceManager associated with this Query.
|
static PersistenceManager |
JDOHelper.getPersistenceManager(Object obj)
Returns the associated PersistenceManager of an object if there is one.
|
PersistenceManager |
PersistenceManagerFactory.getPersistenceManager(String username,
char[] password)
Creates new PersistenceManager with specific
username and password.
|
PersistenceManager |
PersistenceCapable.jdoGetPersistenceManager()
Return the associated PersistenceManager if there is one.
|
| Modifier and Type | Method and Description |
|---|---|
protected static SynchronizationManager |
SynchronizationManager.getSynchronizationManager(PersistenceManager pm)
Get the synchronization manager already registered with this persistence manager.
|
static void |
SynchronizationManager.registerSynchronization(jakarta.transaction.Synchronization instance,
PersistenceManager pm)
Register a new Synchronization with the current transaction.
|
| Constructor and Description |
|---|
SynchronizationManager(PersistenceManager pm)
Creates new SynchronizationManager instance and registers it with
the persistence manager.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.