Uses of Class
org.springframework.transaction.NoTransactionException

Packages that use NoTransactionException
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation.  
 

Uses of NoTransactionException in org.springframework.transaction.interceptor
 

Methods in org.springframework.transaction.interceptor that throw NoTransactionException
static TransactionStatus TransactionAspectSupport.currentTransactionStatus()
          Return the transaction transactionStatus of the current method invocation.
protected static TransactionAspectSupport.TransactionInfo TransactionAspectSupport.currentTransactionInfo()
          Subclasses can use this to return the current TransactionInfo.
 



Copyright (C) 2003-2004 The Spring Framework Project.