| Modifier and Type | Field and Description |
|---|---|
protected ChangeLogServiceBase |
RunnerBuilderBase.changeLogService |
| Constructor and Description |
|---|
RunnerBuilderBase(BuilderType type,
ExecutorBuilder<CONFIG> executorBuilder,
ChangeLogServiceBase changeLogService,
DependencyManager dependencyManager,
CONFIG config) |
| Modifier and Type | Field and Description |
|---|---|
protected ChangeLogServiceBase |
ExecutorBuilderBase.changeLogService |
protected ChangeLogServiceBase |
ChangeExecutorBase.changeLogService |
| Modifier and Type | Method and Description |
|---|---|
ExecutorBuilder<CONFIG> |
ExecutorBuilder.setChangeLogService(ChangeLogServiceBase changeLogService) |
ExecutorBuilder<CONFIG> |
ExecutorBuilderBase.setChangeLogService(ChangeLogServiceBase changeLogService) |
| Constructor and Description |
|---|
ChangeExecutorBase(String executionId,
ChangeLogServiceBase changeLogService,
ConnectionDriver driver,
ChangeLogRuntime changeLogRuntime,
Function<AnnotatedElement,Boolean> annotationFilter,
Map<String,Object> metadata,
String serviceIdentifier,
boolean trackIgnored,
Optional<Boolean> transactional,
Optional<Boolean> transactionEnabled,
TransactionStrategy transactionStrategy,
CONFIG config) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeLogService
Utilities to deal with reflections and annotations
|
| Constructor and Description |
|---|
MigrateAllExecutor(String executionId,
ChangeLogServiceBase changeLogService,
ConnectionDriver driver,
ChangeLogRuntime changeLogRuntime,
Function<AnnotatedElement,Boolean> annotationFilter,
ChangeExecutorConfiguration config) |
MigrateExecutorBase(String executionId,
ChangeLogServiceBase changeLogService,
ConnectionDriver driver,
ChangeLogRuntime changeLogRuntime,
Function<AnnotatedElement,Boolean> annotationFilter,
ChangeExecutorConfiguration config) |
| Constructor and Description |
|---|
SystemUpdateExecutor(String executionId,
ConnectionDriver driver,
ChangeLogServiceBase changeLogService,
ChangeLogRuntime changeLogRuntime,
CONFIG config,
List<String> basePackages) |
Copyright © 2025. All rights reserved.