| Package | Description |
|---|---|
| org.delia.api | |
| org.delia.db.schema | |
| org.delia.repl |
| Modifier and Type | Method and Description |
|---|---|
DeliaSession |
Delia.executeMigrationPlan(String src,
MigrationPlan plan) |
DeliaSession |
DeliaImpl.executeMigrationPlan(String src,
MigrationPlan plan) |
| Modifier and Type | Method and Description |
|---|---|
MigrationPlan |
MigrationService.createMigrationPlan(DTypeRegistry registry,
VarEvaluator varEvaluator) |
MigrationPlan |
SchemaMigrator.generateMigrationPlan()
dbNeedsMigration MUST have been called before this.
|
MigrationPlan |
MigrationService.runMigrationPlan(DTypeRegistry registry,
MigrationPlan plan,
VarEvaluator varEvaluator)
ignore policy and do the migration.
|
MigrationPlan |
SchemaMigrator.runMigrationPlan(MigrationPlan plan)
dbNeedsMigration MUST have been called before this.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationPlan |
MigrationService.runMigrationPlan(DTypeRegistry registry,
MigrationPlan plan,
VarEvaluator varEvaluator)
ignore policy and do the migration.
|
MigrationPlan |
SchemaMigrator.runMigrationPlan(MigrationPlan plan)
dbNeedsMigration MUST have been called before this.
|
boolean |
AlwaysNoMigrationPolicy.shouldMigrationOccur(MigrationPlan plan) |
boolean |
AlwaysYesMigrationPolicy.shouldMigrationOccur(MigrationPlan plan) |
boolean |
MigrationPolicy.shouldMigrationOccur(MigrationPlan plan) |
boolean |
SafeMigrationPolicy.shouldMigrationOccur(MigrationPlan plan) |
| Modifier and Type | Method and Description |
|---|---|
MigrationPlan |
ReplRunner.getCurrentMigrationPlan() |
| Modifier and Type | Method and Description |
|---|---|
ResultValue |
ReplRunner.runMPlan(String src,
MigrationPlan plan) |
void |
ReplRunner.setCurrentMigrationPlan(MigrationPlan currentMigrationPlan) |
Copyright © 2020. All rights reserved.