See: Description
| Interface | Description |
|---|---|
| TransactionSynchronizationFactory |
Strategy for implementing factories that create
TransactionSynchronization |
| TransactionSynchronizationProcessor |
Strategy for implementing transaction synchronization processors
|
| Class | Description |
|---|---|
| DefaultTransactionSynchronizationFactory |
Default implementation of
TransactionSynchronizationFactory which takes an instance of
TransactionSynchronizationProcessor allowing you to create a TransactionSynchronization
using {DefaultTransactionSynchronizationFactory.create(Object) method. |
| ExpressionEvaluatingTransactionSynchronizationProcessor |
This implementation of
TransactionSynchronizationFactory
allows you to configure SpEL expressions, with their execution being coordinated
(synchronized) with a transaction - see TransactionSynchronization. |
| IntegrationResourceHolder |
An implementation of the
ResourceHolder which holds an instance of the current Message
and the synchronization resource |
| IntegrationResourceHolderSynchronization |
The base
ResourceHolderSynchronization for IntegrationResourceHolder. |
| PassThroughTransactionSynchronizationFactory |
A simple
TransactionSynchronizationFactory implementation which produces
an IntegrationResourceHolderSynchronization with an IntegrationResourceHolder. |
| PseudoTransactionManager |
An implementation of
PlatformTransactionManager that provides transaction-like semantics to
MessageSources that are not inherently transactional. |
| TransactionHandleMessageAdvice |
A
TransactionInterceptor extension with HandleMessageAdvice marker. |
| TransactionInterceptorBuilder |
Provides a fluent API to build a transaction interceptor.
|
| TransactionSynchronizationFactoryBean |
The
FactoryBean implementation (with Builder style) to be used
from JavaConfig to populate DefaultTransactionSynchronizationFactory bean. |