Uses of Interface
org.springframework.transaction.support.TransactionSynchronization

Packages that use TransactionSynchronization
org.springframework.transaction.support Support classes for the org.springframework.transaction package. 
 

Uses of TransactionSynchronization in org.springframework.transaction.support
 

Classes in org.springframework.transaction.support that implement TransactionSynchronization
 class TransactionSynchronizationAdapter
          Adapter for the TransactionSynchronization interface.
 

Methods in org.springframework.transaction.support with parameters of type TransactionSynchronization
static void TransactionSynchronizationManager.registerSynchronization(TransactionSynchronization synchronization)
          Register a new transaction synchronization for the current thread.
 



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