Package | Description |
---|---|
net.sf.mmm.transaction.api |
Provides the API for transaction support.
|
net.sf.mmm.transaction.base |
Provides the base-implementation for transaction support.
|
Modifier and Type | Method and Description |
---|---|
<RESULT> RESULT |
TransactionExecutor.doInTransaction(TransactionCallable<RESULT> callable)
This method executes the given
callable in the context of a transaction. |
<RESULT> RESULT |
TransactionExecutor.doInTransaction(TransactionCallable<RESULT> callable,
TransactionSettings settings)
This method executes the given
callable in the context of a transaction. |
Modifier and Type | Method and Description |
---|---|
<RESULT> RESULT |
AbstractTransactionExecutor.doInTransaction(TransactionCallable<RESULT> callable)
This method executes the given
callable in the context of a transaction. |
<RESULT> RESULT |
AbstractTransactionExecutor.doInTransaction(TransactionCallable<RESULT> callable,
TransactionSettings settings)
This method executes the given
callable in the context of a transaction. |
Copyright © 2001–2016 mmm-Team. All rights reserved.