com.googlecode.flyway.core.migration.java
Interface JavaMigrationInfoProvider
- All Known Implementing Classes:
- BaseJavaMigration
public interface JavaMigrationInfoProvider
JavaMigration implementors that also implement this interface will be able to specify their version and description
manually, instead of having it automatically computed from the class name.
getVersion
SchemaVersion getVersion()
- Returns:
- The schema version after the migration is complete.
getDescription
java.lang.String getDescription()
- Returns:
- The description for the migration history.
Copyright © 2011. All Rights Reserved.