The Spring Framework

Uses of Interface
org.springframework.transaction.annotation.TransactionAnnotationParser

Packages that use TransactionAnnotationParser
org.springframework.transaction.annotation JDK 1.5+ annotation for transaction demarcation. 
 

Uses of TransactionAnnotationParser in org.springframework.transaction.annotation
 

Classes in org.springframework.transaction.annotation that implement TransactionAnnotationParser
 class Ejb3TransactionAnnotationParser
          Strategy implementation for parsing EJB3's TransactionAttribute annotation.
 class SpringTransactionAnnotationParser
          Strategy implementation for parsing Spring's Transactional annotation.
 

Constructors in org.springframework.transaction.annotation with parameters of type TransactionAnnotationParser
AnnotationTransactionAttributeSource(TransactionAnnotationParser annotationParser)
          Create a custom AnnotationTransactionAttributeSource.
 

Constructor parameters in org.springframework.transaction.annotation with type arguments of type TransactionAnnotationParser
AnnotationTransactionAttributeSource(Set<TransactionAnnotationParser> annotationParsers)
          Create a custom AnnotationTransactionAttributeSource.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.