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

Packages that use TransactionSynchronization
org.springframework.jdbc.support.lob Provides a stategy interface for Large OBject handling, with implementations for various databases. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
org.springframework.transaction.support Support classes for the org.springframework.transaction package. 
 

Uses of TransactionSynchronization in org.springframework.jdbc.support.lob
 

Classes in org.springframework.jdbc.support.lob that implement TransactionSynchronization
 class SpringLobCreatorSynchronization
          Callback for resource cleanup at the end of a Spring transaction.
 

Uses of TransactionSynchronization in org.springframework.transaction.jta
 

Constructors in org.springframework.transaction.jta with parameters of type TransactionSynchronization
SpringJtaSynchronizationAdapter(TransactionSynchronization springSynchronization)
          Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
SpringJtaSynchronizationAdapter(TransactionSynchronization springSynchronization, TransactionManager jtaTransactionManager)
          Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
SpringJtaSynchronizationAdapter(TransactionSynchronization springSynchronization, UserTransaction jtaUserTransaction)
          Create a new SpringJtaSynchronizationAdapter for the given Spring TransactionSynchronization and JTA TransactionManager.
 

Uses of TransactionSynchronization in org.springframework.transaction.support
 

Classes in org.springframework.transaction.support that implement TransactionSynchronization
 class ResourceHolderSynchronization
          TransactionSynchronization implementation that manages a ResourceHolder bound through TransactionSynchronizationManager.
 class TransactionSynchronizationAdapter
          Simple TransactionSynchronization adapter containing empty method implementations, for easier overriding of single methods.
 

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 © 2002-2008 The Spring Framework.