Uses of Package
org.springframework.transaction.annotation

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

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.
 



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