com.googlecode.flyway.core.migration.java
Interface JavaMigrationChecksumProvider
Deprecated. Superseeded by com.googlecode.flyway.core.api.migration.MigrationChecksumProvider
@Deprecated
public interface JavaMigrationChecksumProvider
JavaMigration implementors that also implement this interface will be able to specify their checksum (for
validation), instead of having it automatically default to null.
|
Method Summary |
java.lang.Integer |
getChecksum()
Deprecated. |
getChecksum
java.lang.Integer getChecksum()
- Deprecated.
- Returns:
- The checksum of the migration.
Copyright © 2012. All Rights Reserved.