public abstract class AbstractChangeGenerator extends Object implements ChangeGenerator
PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE| Constructor and Description |
|---|
AbstractChangeGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Change[] |
fixOutputAsSchema(Change[] changes,
CompareControl.SchemaComparison[] schemaComparisons) |
Change[] |
fixSchema(Change[] changes,
CompareControl.SchemaComparison[] schemaComparisons) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, runAfterTypes, runBeforeTypespublic Change[] fixSchema(Change[] changes, CompareControl.SchemaComparison[] schemaComparisons)
fixSchema in interface ChangeGeneratorpublic Change[] fixOutputAsSchema(Change[] changes, CompareControl.SchemaComparison[] schemaComparisons)
fixOutputAsSchema in interface ChangeGeneratorCopyright © 2018 Liquibase.org. All rights reserved.