Interface | Description |
---|---|
Command<T> | |
CommandContextListener |
Command context lifecycle events
|
CommandExecutor |
The command executor for internal usage/
|
DelegateInterceptor |
Interceptor responsible for handling calls to 'user code'.
|
Session | |
SessionFactory |
Class | Description |
---|---|
CommandContext | |
CommandContextFactory | |
CommandContextInterceptor |
Interceptor used for opening the
CommandContext and CommandInvocationContext . |
CommandExecutorImpl | |
CommandInterceptor | |
CommandInvocationContext |
In contrast to
CommandContext , this context holds resources that are only valid
during execution of a single command (i.e. |
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.