public interface ResolvedMigration
| Modifier and Type | Method | Description |
|---|---|---|
Integer |
getChecksum() |
|
String |
getDescription() |
|
MigrationExecutor |
getExecutor() |
|
String |
getPhysicalLocation() |
|
String |
getScript() |
|
MigrationType |
getType() |
|
MigrationVersion |
getVersion() |
MigrationVersion getVersion()
null for repeatable migrations.String getDescription()
String getScript()
Integer getChecksum()
null if not unique checksum is computable.MigrationType getType()
String getPhysicalLocation()
MigrationExecutor getExecutor()
Copyright © 2018. All rights reserved.