Package org.springframework.transaction.annotation

JDK 1.5+ annotation for transaction demarcation.

See:
          Description

Class Summary
AnnotationTransactionAttributeSource Implementation of TransactionAttributeSource for working with transaction metadata in JDK 1.5+ annotation format.
 

Enum Summary
Isolation Enumeration that represents transaction isolation levels for use with the JDK 1.5+ transaction annotation, corresponding to the TransactionDefinition interface.
Propagation Enumeration that represents transaction propagation behaviors for use with the JDK 1.5+ transaction annotation, corresponding to the TransactionDefinition interface.
 

Annotation Types Summary
Transactional JDK 1.5+ annotation for describing transaction attributes on a method or class.
 

Package org.springframework.transaction.annotation Description

JDK 1.5+ annotation for transaction demarcation. Hooked into Spring's transaction interception infrastructure via a special TransactionAttributeSource implementation.



Copyright (c) 2002-2005 The Spring Framework Project.