Package com.googlecode.flyway.core.api.migration

Public API: Interfaces for Migration implementors.

See:
          Description

Interface Summary
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).
MigrationInfoProvider Migration implementors that also implement this interface will be able to specify their version and description manually, instead of having it automatically computed.
 

Package com.googlecode.flyway.core.api.migration Description

Public API: Interfaces for Migration implementors.



Copyright © 2012. All Rights Reserved.