com.googlecode.flyway.core.api.migration
Interface MigrationChecksumProvider


public interface MigrationChecksumProvider

Migration implementors that also implement this interface will be able to specify their checksum (for validation), instead of having it automatically computed or default to null (for Java Migrations).


Method Summary
 java.lang.Integer getChecksum()
           
 

Method Detail

getChecksum

java.lang.Integer getChecksum()
Returns:
The checksum of the migration.


Copyright © 2012. All Rights Reserved.