org.apache.cayenne.tx
Interface TransactionalOperation<T>


public interface TransactionalOperation<T>

Since:
3.2

Method Summary
 T perform()
          A callback method that TransactionManager invokes, TransactionManager will wrap this method call in a single thread-bound transaction.
 

Method Detail

perform

T perform()
A callback method that TransactionManager invokes, TransactionManager will wrap this method call in a single thread-bound transaction.



Copyright © 2001-2013 Apache Cayenne. All Rights Reserved.