public interface TransactionExecutor<K>
TransactionCallback
s so that they may
occur in a separate context (e.g. the transaction may execute in another thread).Modifier and Type | Method and Description |
---|---|
Future<K> |
performTransactionAction(org.springframework.transaction.support.TransactionCallback action)
Invokes the provided action within its own transaction context, and returns a Future
representing the results of the invocation.
|
Future<K> performTransactionAction(org.springframework.transaction.support.TransactionCallback action)
action
- to performCopyright © 2003–2021 Atlassian. All rights reserved.