| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.support | |
| com.sun.jdo.spi.persistence.support.sqlstore | |
| com.sun.jdo.spi.persistence.support.sqlstore.impl |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
PersistenceManager.currentTransaction()
There is exactly one Transaction associated with a PersistenceManager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionImpl
The Transaction interface allows operations to be performed against
the transaction in the target Transaction object.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
PersistenceManagerWrapper.currentTransaction()
There is exactly one Transaction associated with a PersistenceManager.
|
Transaction |
PersistenceManagerImpl.currentTransaction()
Returns transaction associated with this persistence manager
|
Copyright © 2019. All rights reserved.