com.googlecode.flyway.core.migration.java
Interface JavaMigrationInfoProvider


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.


Method Summary
 java.lang.String getDescription()
           
 SchemaVersion getVersion()
           
 

Method Detail

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.