com.liferay.portal.spring.transaction
Class TransactionAttributeBuilder

java.lang.Object
  extended by com.liferay.portal.spring.transaction.TransactionAttributeBuilder

public class TransactionAttributeBuilder
extends java.lang.Object

Author:
Shuyang Zhou, Brian Wing Shun Chan

Constructor Summary
TransactionAttributeBuilder()
           
 
Method Summary
static org.springframework.transaction.interceptor.TransactionAttribute build(com.liferay.portal.kernel.transaction.Transactional transactional)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionAttributeBuilder

public TransactionAttributeBuilder()
Method Detail

build

public static org.springframework.transaction.interceptor.TransactionAttribute build(com.liferay.portal.kernel.transaction.Transactional transactional)