Interface MigrationChecksumProvider

All Known Subinterfaces:
JdbcMigration

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).
Author:
Roland Praml, FOCONIS AG
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the checksum for the given migration.
  • Method Details

    • getChecksum

      int getChecksum()
      Return the checksum for the given migration.