public interface TransactionalOperation<T>
Modifier and Type | Method and Description |
---|---|
T |
perform()
A callback method that
TransactionManager invokes,
TransactionManager will 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–2019 Apache Cayenne. All rights reserved.