|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
public class Ejb3TransactionAnnotationParser
Strategy implementation for parsing EJB3's TransactionAttribute
annotation.
| Constructor Summary | |
|---|---|
Ejb3TransactionAnnotationParser()
|
|
| Method Summary | |
|---|---|
TransactionAttribute |
parseTransactionAnnotation(java.lang.reflect.AnnotatedElement ae)
Parse the transaction attribute for the given method or class, based on a known annotation type. |
TransactionAttribute |
parseTransactionAnnotation(javax.ejb.TransactionAttribute ann)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ejb3TransactionAnnotationParser()
| Method Detail |
|---|
public TransactionAttribute parseTransactionAnnotation(java.lang.reflect.AnnotatedElement ae)
TransactionAnnotationParserThis essentially parses a known transaction annotation into Spring's
metadata attribute class. Returns null if the method/class
is not transactional.
parseTransactionAnnotation in interface TransactionAnnotationParserae - the annotated method or class
null if none was foundAnnotationTransactionAttributeSource.determineTransactionAttribute(java.lang.reflect.AnnotatedElement)public TransactionAttribute parseTransactionAnnotation(javax.ejb.TransactionAttribute ann)
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||