| AlfrescoTransactionSupport |
Repo Specific Helper class to manage transaction synchronization.
|
| CheckTransactionAdvice |
A wrapper that checks that a transaction is present.
|
| DummyTransactionService |
Simple implementation of the transaction service that serve up
entirely useless user transactions.
|
| RetryingTransactionAdvice |
|
| RetryingTransactionHelper |
A helper that runs a unit of work inside a UserTransaction,
transparently retrying the unit of work if the cause of
failure is an optimistic locking or deadlock condition.
|
| RetryingTransactionInterceptor |
|
| SingleEntryTransactionResourceInterceptor |
This interceptor gathers basic method call statistics and calls the
resource managers for
further processing.
|
| TransactionalDaoInterceptor |
Utility class that ensures that a NodeDaoService has been registered
with the current transaction.
|
| TransactionalResourceHelper |
Helper class that will look up or create transactional resources.
|
| TransactionAwareSingleton<T> |
A transactionally-safe storage class for singleton objects.
|
| TransactionListenerAdapter |
Deprecated.
|
| TransactionServiceImpl |
Default implementation of Transaction Service.
|
| TransactionUtil |
Deprecated.
|