Package org.apache.cayenne.tx
Interface TransactionalOperation<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TransactionalOperation<T>
- Since:
- 4.0
- 
Method SummaryModifier and Type Method Description Tperform()A callback method thatTransactionManagerinvokes,TransactionManagerwill wrap this method call in a single thread-bound transaction.
- 
Method Details- 
performT perform()A callback method thatTransactionManagerinvokes,TransactionManagerwill wrap this method call in a single thread-bound transaction.
 
-