com.liferay.portal.kernel.transaction
Class TransactionInvokerUtil
java.lang.Object
com.liferay.portal.kernel.transaction.TransactionInvokerUtil
public class TransactionInvokerUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionInvokerUtil
public TransactionInvokerUtil()
invoke
public static <T> T invoke(TransactionAttribute transactionAttribute,
Callable<T> callable)
throws Throwable
- Throws:
Throwable
setTransactionInvoker
public void setTransactionInvoker(TransactionInvoker transactionInvoker)