| Interface | Description |
|---|---|
| Transactions.Transaction |
The representation of a ModeShape fine-grained transaction for use when saving the changes made to a Session.
|
| Transactions.TransactionFunction |
| Class | Description |
|---|---|
| NoClientTransactions |
An implementation of
Transactions that does not even check whether there is a current transaction and instead always
attempts to create a transaction within the SessionCache.save() calls. |
| SynchronizedTransactions |
An implementation of
Transactions that will attempt to register a Synchronization with the current transaction. |
| SynchronizedTransactions.SynchronizedMonitor | |
| SynchronizedTransactions.WorkspaceUpdates | |
| Transactions |
An abstraction for the logic of working with transactions.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.