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
 Integer getChecksum()
          Computes the checksum of the migration.
 

Method Detail

getChecksum

Integer getChecksum()
Computes the checksum of the migration.

Returns:
The checksum of the migration.


Copyright © 2012. All Rights Reserved.