public interface ResolvedMigration
| Modifier and Type | Method and 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 © 2016. All rights reserved.