com.liferay.portal.spring.annotation
Class PortalTransactionAnnotationParser

java.lang.Object
  extended by com.liferay.portal.spring.annotation.PortalTransactionAnnotationParser
All Implemented Interfaces:
java.io.Serializable, org.springframework.transaction.annotation.TransactionAnnotationParser

public class PortalTransactionAnnotationParser
extends java.lang.Object
implements org.springframework.transaction.annotation.TransactionAnnotationParser, java.io.Serializable

View Source

Author:
Michael Young
See Also:
Serialized Form

Constructor Summary
PortalTransactionAnnotationParser()
           
 
Method Summary
 org.springframework.transaction.interceptor.TransactionAttribute parseTransactionAnnotation(java.lang.reflect.AnnotatedElement annotatedElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalTransactionAnnotationParser

public PortalTransactionAnnotationParser()
Method Detail

parseTransactionAnnotation

public org.springframework.transaction.interceptor.TransactionAttribute parseTransactionAnnotation(java.lang.reflect.AnnotatedElement annotatedElement)
Specified by:
parseTransactionAnnotation in interface org.springframework.transaction.annotation.TransactionAnnotationParser