|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |