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 java.lang.Object
implements org.springframework.transaction.interceptor.TransactionAttributeSource

Author:
Shuyang Zhou

Constructor Summary
AnnotationTransactionAttributeSource()
           
 
Method Summary
 org.springframework.transaction.interceptor.TransactionAttribute getTransactionAttribute(java.lang.reflect.Method method, java.lang.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(java.lang.reflect.Method method,
                                                                                                java.lang.Class<?> targetClass)
Specified by:
getTransactionAttribute in interface org.springframework.transaction.interceptor.TransactionAttributeSource