public class Ejb3TransactionAnnotationParser extends Object implements TransactionAnnotationParser, Serializable
TransactionAttribute
annotation.Constructor and Description |
---|
Ejb3TransactionAnnotationParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
TransactionAttribute |
parseTransactionAnnotation(AnnotatedElement ae)
Parse the transaction attribute for the given method or class,
based on a known annotation type.
|
TransactionAttribute |
parseTransactionAnnotation(TransactionAttribute ann) |
public TransactionAttribute parseTransactionAnnotation(AnnotatedElement ae)
TransactionAnnotationParser
This essentially parses a known transaction annotation into Spring's
metadata attribute class. Returns null
if the method/class
is not transactional.
parseTransactionAnnotation
in interface TransactionAnnotationParser
ae
- the annotated method or classnull
if none was foundAnnotationTransactionAttributeSource.determineTransactionAttribute(java.lang.reflect.AnnotatedElement)
public TransactionAttribute parseTransactionAnnotation(TransactionAttribute ann)