public interface ResolvedMigration
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checksumMatches(Integer checksum) |
boolean |
checksumMatchesWithoutBeingIdentical(Integer checksum) |
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()
boolean checksumMatches(Integer checksum)
boolean checksumMatchesWithoutBeingIdentical(Integer checksum)
Copyright © 2022. All rights reserved.