| Modifier and Type | Field and Description |
|---|---|
protected Command<Void> |
AbstractEngineConfiguration.schemaManagementCmd |
| Modifier and Type | Method and Description |
|---|---|
Command<Void> |
AbstractEngineConfiguration.getSchemaManagementCmd() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
AbstractEngineConfiguration.setSchemaManagementCmd(Command<Void> schemaManagementCmd) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CommandExecutorImpl.execute(Command<T> command) |
<T> T |
CommandExecutorImpl.execute(CommandConfig config,
Command<T> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
GetLockValueCmd |
class |
GetPropertiesCmd |
class |
GetTableCountCmd |
class |
GetTableMetaDataCmd |
class |
LockCmd |
class |
ReleaseLockCmd |
| Modifier and Type | Field and Description |
|---|---|
protected Command<?> |
CommandContext.command |
| Modifier and Type | Method and Description |
|---|---|
Command<?> |
CommandContext.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
CommandContextFactory.createCommandContext(Command<?> cmd) |
<T> T |
CommandExecutor.execute(Command<T> command)
Execute a command with the default
CommandConfig. |
<T> T |
CommandExecutor.execute(CommandConfig config,
Command<T> command)
Execute a command with the specified
CommandConfig. |
<T> T |
RetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CrDbRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
TransactionContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
DefaultCommandInvoker.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaRetryInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
LogInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
JtaTransactionInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandContextInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
<T> T |
CommandInterceptor.execute(CommandConfig config,
Command<T> command,
CommandExecutor commandExecutor) |
| Constructor and Description |
|---|
CommandContext(Command<?> command) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
LockManagerImpl.executeCommand(Command<T> command) |
| Modifier and Type | Class and Description |
|---|---|
class |
TablePageQueryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNativeQuery<T extends NativeQuery<?,?>,U>
Abstract superclass for all native query types.
|
class |
AbstractQuery<T extends Query<?,?>,U>
Abstract superclass for all query types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseChangeTenantIdCmd |
class |
ExecuteChangeTenantIdCmd |
class |
SimulateChangeTenantIdCmd |
| Modifier and Type | Method and Description |
|---|---|
static void |
EnsureCleanDbUtils.assertAndEnsureCleanDb(String testName,
org.slf4j.Logger logger,
AbstractEngineConfiguration engineConfiguration,
Collection<String> tableNamesExcludedFromDbCleanCheck,
boolean hasNoException,
Command<Void> dropAndRecreateDbCommand) |
static void |
EnsureCleanDbUtils.assertAndEnsureCleanDb(String testName,
org.slf4j.Logger logger,
AbstractEngineConfiguration engineConfiguration,
EnsureCleanDb ensureCleanDb,
boolean hasNoException,
Command<Void> dropAndRecreateDbCommand) |
Copyright © 2021 Flowable. All rights reserved.