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.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionperform()
A callback method thatTransactionManager
invokes,TransactionManager
will wrap this method call in a single thread-bound transaction.
-
Method Details
-
perform
T perform()A callback method thatTransactionManager
invokes,TransactionManager
will wrap this method call in a single thread-bound transaction.
-