| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
AbstractAgenda.commandContext |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
AbstractAgenda.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAgenda.setCommandContext(CommandContext commandContext) |
| Constructor and Description |
|---|
AbstractAgenda(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionListener.execute(CommandContext commandContext) |
TransactionContext |
TransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
TransactionContext |
JtaTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
TransactionStateSynchronization(TransactionState transactionState,
TransactionListener transactionListener,
CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
StandaloneMybatisTransactionContext.commandContext |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandaloneMybatisTransactionContext.executeTransactionListeners(List<TransactionListener> transactionListeners,
CommandContext commandContext) |
TransactionContext |
StandaloneMybatisTransactionContextFactory.openTransactionContext(CommandContext commandContext) |
| Constructor and Description |
|---|
StandaloneMybatisTransactionContext(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<Stack<CommandContext>> |
Context.commandContextThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
Context.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Context.setCommandContext(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandContext |
AbstractDataManager.getCommandContext() |
| Modifier and Type | Method and Description |
|---|---|
Session |
DbSqlSessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatchAction.dispatchEvent(CommandContext commandContext,
FlowableEventSupport eventSupport,
FlowableEvent event) |
void |
ExecuteEventListenerTransactionListener.execute(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionCommandContextCloseListener.afterSessionsFlush(CommandContext commandContext) |
void |
CommandContextCloseListener.afterSessionsFlush(CommandContext commandContext)
Called when the
Session have been successfully flushed. |
void |
TransactionCommandContextCloseListener.closed(CommandContext commandContext) |
void |
CommandContextCloseListener.closed(CommandContext commandContext)
Called when the
CommandContext is successfully closed. |
void |
TransactionCommandContextCloseListener.closeFailure(CommandContext commandContext) |
void |
CommandContextCloseListener.closeFailure(CommandContext commandContext)
Called when the
CommandContext has not been successfully closed due to an exception that happened. |
void |
TransactionCommandContextCloseListener.closing(CommandContext commandContext) |
void |
CommandContextCloseListener.closing(CommandContext commandContext)
Called when the
CommandContext is being closed, but no 'close logic' has been executed. |
T |
Command.execute(CommandContext commandContext) |
Session |
SessionFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Session |
GenericManagerFactory.openSession(CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandContext |
AbstractQuery.commandContext |
protected CommandContext |
AbstractNativeQuery.commandContext |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractQuery.execute(CommandContext commandContext) |
Object |
AbstractNativeQuery.execute(CommandContext commandContext) |
abstract long |
AbstractQuery.executeCount(CommandContext commandContext) |
abstract long |
AbstractNativeQuery.executeCount(CommandContext commandContext,
Map<String,Object> parameterMap) |
abstract List<U> |
AbstractQuery.executeList(CommandContext commandContext)
Executes the actual query to retrieve the list of results.
|
abstract List<U> |
AbstractNativeQuery.executeList(CommandContext commandContext,
Map<String,Object> parameterMap)
Executes the actual query to retrieve the list of results.
|
U |
AbstractQuery.executeSingleResult(CommandContext commandContext) |
U |
AbstractNativeQuery.executeSingleResult(CommandContext commandContext) |
| Constructor and Description |
|---|
AbstractNativeQuery(CommandContext commandContext) |
AbstractQuery(CommandContext commandContext) |
Copyright © 2019 Flowable. All rights reserved.