| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| CallbackPreferringPlatformTransactionManager | Extension of the PlatformTransactionManagerinterface, exposing a method for executing a given callback within a transaction. | 
| ResourceHolder | Generic interface to be implemented by resource holders. | 
| ResourceTransactionManager | Extension of the PlatformTransactionManagerinterface, indicating a native resource transaction manager, operating on a single
 target resource. | 
| SmartTransactionObject | Interface to be implemented by transaction objects that are able to return an internal rollback-only marker, typically from a another transaction that has participated and marked it as rollback-only. | 
| TransactionCallback | Callback interface for transactional code. | 
| TransactionOperations | Interface specifying basic transaction execution operations. | 
| TransactionSynchronization | Interface for transaction synchronization callbacks. | 
| Class Summary | |
|---|---|
| AbstractPlatformTransactionManager | Abstract base class that implements Spring's standard transaction workflow,
 serving as basis for concrete platform transaction managers like JtaTransactionManagerandDataSourceTransactionManager. | 
| AbstractPlatformTransactionManager.SuspendedResourcesHolder | Holder for suspended resources. | 
| AbstractTransactionStatus | Abstract base implementation of the TransactionStatusinterface. | 
| DefaultTransactionDefinition | Default implementation of the TransactionDefinitioninterface,
 offering bean-style configuration and sensible default values
 (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false). | 
| DefaultTransactionStatus | Default implementation of the TransactionStatusinterface, used byAbstractPlatformTransactionManager. | 
| ResourceHolderSupport | Convenient base class for resource holders. | 
| ResourceHolderSynchronization | TransactionSynchronizationimplementation that manages aResourceHolderbound throughTransactionSynchronizationManager. | 
| SimpleTransactionStatus | A simple TransactionStatusimplementation. | 
| TransactionCallbackWithoutResult | Simple convenience class for TransactionCallback implementation. | 
| TransactionSynchronizationAdapter | Simple TransactionSynchronizationadapter containing empty
 method implementations, for easier overriding of single methods. | 
| TransactionSynchronizationManager | Central helper that manages resources and transaction synchronizations per thread. | 
| TransactionSynchronizationUtils | Utility methods for triggering specific TransactionSynchronizationcallback methods on all currently registered synchronizations. | 
| TransactionTemplate | Template class that simplifies programmatic transaction demarcation and transaction exception handling. | 
Support classes for the org.springframework.transaction package. Provides an abstract base class for transaction manager implementations, and a template plus callback for transaction demarcation.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||