Liferay 6.1.2-ce-ga3

com.liferay.portal.spring.transaction
Class AnnotationTransactionAttributeSource

java.lang.Object
  extended by com.liferay.portal.spring.transaction.AnnotationTransactionAttributeSource
All Implemented Interfaces:
org.springframework.transaction.interceptor.TransactionAttributeSource

public class AnnotationTransactionAttributeSource
extends Object
implements org.springframework.transaction.interceptor.TransactionAttributeSource


Constructor Summary
AnnotationTransactionAttributeSource()
           
 
Method Summary
 org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(Method method, Class<?> targetClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTransactionAttributeSource

public AnnotationTransactionAttributeSource()
Method Detail

getTransactionAttribute

public org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(Method method,
                                                                                                Class<?> targetClass)
Specified by:
getTransactionAttribute in interface org.springframework.transaction.interceptor.TransactionAttributeSource

Liferay 6.1.2-ce-ga3