Uses of Package
org.springframework.transaction.annotation

Packages that use org.springframework.transaction.annotation
org.springframework.test.context.junit38 Support classes for ApplicationContext-based and transactional tests run with JUnit 3.8 and the Spring TestContext Framework
org.springframework.test.context.junit4 Support classes for ApplicationContext-based and transactional tests run with JUnit 4.4 and the Spring TestContext Framework
org.springframework.test.context.testng Support classes for ApplicationContext-based and transactional tests run with TestNG and the Spring TestContext Framework
org.springframework.transaction.annotation JDK 1.5+ annotation for transaction demarcation. 
 

Classes in org.springframework.transaction.annotation used by org.springframework.test.context.junit38
Transactional
          Describes transaction attributes on a method or class.
 

Classes in org.springframework.transaction.annotation used by org.springframework.test.context.junit4
Transactional
          Describes transaction attributes on a method or class.
 

Classes in org.springframework.transaction.annotation used by org.springframework.test.context.testng
Transactional
          Describes transaction attributes on a method or class.
 

Classes in org.springframework.transaction.annotation used by org.springframework.transaction.annotation
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.
Transactional
          Describes transaction attributes on a method or class.
TransactionAnnotationParser
          Strategy interface for parsing known transaction annotation types.
 



Copyright © 2002-2008 The Spring Framework.