public interface TransactionalOperation<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | perform()A callback method that  TransactionManagerinvokes,TransactionManagerwill wrap this method call in a single
 thread-bound transaction. | 
T perform()
TransactionManager invokes,
 TransactionManager will wrap this method call in a single
 thread-bound transaction.Copyright © 2001–2023 Apache Cayenne. All rights reserved.