Package io.ebean.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).- Author:
- Roland Praml, FOCONIS AG
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetChecksum()Return the checksum for the given migration.
-
-
-
Method Detail
-
getChecksum
int getChecksum()
Return the checksum for the given migration.
-
-