Interface TransactionOperationsAdapter
- All Known Implementing Classes:
NoTransactionOperationsAdapter
,SpringTransactionOperationsAdapter
public interface TransactionOperationsAdapter
Internal interface encapsulating
Transactional
method execution.-
Method Summary
-
Method Details
-
execute
Executes the given runnable with transactional semantics.- Parameters:
runnable
- the runnable to execute
-