RESULT
- the generic type of the returned object. Use Void
to
return nothing (null
).public interface TransactionCallable<RESULT>
Callable
but gets a
TransactionAdapter
as argument in order to do
intermediate commits
(e.g. for
batches).Modifier and Type | Method and Description |
---|---|
RESULT |
call(TransactionAdapter transactionContext)
Computes a result, or throws an exception if unable to do so.
|
RESULT call(TransactionAdapter transactionContext)
transactionContext
- is the TransactionAdapter
.Copyright © 2001–2016 mmm-Team. All rights reserved.