| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | SpringLobCreatorSynchronizationCallback 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 | ResourceHolderSynchronizationTransactionSynchronizationimplementation that manages aResourceHolderbound throughTransactionSynchronizationManager. | 
|  class | TransactionSynchronizationAdapterSimple TransactionSynchronizationadapter 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||