|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionContext
Allows to execute operations within a transactional context.
| Method Summary | ||
|---|---|---|
|
execute(TransactionContextCallback<T> callback)
Executes the given callback within a transactional context. |
|
|
execute(TransactionContextCallbackWithTr<T> callback)
Executes the given callback within a transactional context (always). |
|
| Method Detail |
|---|
<T> T execute(TransactionContextCallback<T> callback)
throws TransactionException
SearchEngineIndexManager.requiresAsyncTransactionalContext().
TransactionException
<T> T execute(TransactionContextCallbackWithTr<T> callback)
throws TransactionException
TransactionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||