| Interface | Description |
|---|---|
| Command<T> | |
| CommandContextCloseListener |
invoked on command context close
|
| CommandExecutor |
The command executor for internal usage/
|
| DelegateInterceptor |
Interceptor responsible for handling calls to 'user code'.
|
| Session | |
| SessionFactory |
| Class | Description |
|---|---|
| CommandContext | |
| CommandContextFactory | |
| CommandContextInterceptor | |
| CommandExecutorImpl | |
| CommandInterceptor | |
| JtaRetryInterceptor |
We cannot perform a retry if we are called in an existing transaction.
|
| JtaTransactionInterceptor | |
| LogInterceptor | |
| RetryInterceptor |
Intercepts
OptimisticLockingException and tries to run the
same command again. |
| TxContextCommandContextFactory |
This
CommandContextFactory allows to explicitly pass in a TransactionContextFactory. |
Copyright © 2015. All rights reserved.