Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.transaction.TransactionAttribute

Packages that use TransactionAttribute
com.liferay.portal.kernel.transaction   
 

Uses of TransactionAttribute in com.liferay.portal.kernel.transaction
 

Methods in com.liferay.portal.kernel.transaction that return TransactionAttribute
 TransactionAttribute TransactionAttribute.Builder.build()
           
 

Methods in com.liferay.portal.kernel.transaction with parameters of type TransactionAttribute
<T> T
TransactionInvoker.invoke(TransactionAttribute transactionAttribute, Callable<T> callable)
           
static
<T> T
TransactionInvokerUtil.invoke(TransactionAttribute transactionAttribute, Callable<T> callable)
           
 


Liferay 6.2-ce-ga5