Package com.googlecode.flyway.core.migration.java

Support for Java migrations.

See:
          Description

Interface Summary
JavaMigration Interface to be implemented by Java Migrations.
JavaMigrationChecksumProvider JavaMigration implementors that also implement this interface will be able to specify their checksum (for validation), instead of having it automatically default to null.
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.
 

Class Summary
BaseJavaMigration Deprecated. Implement JavaMigration directly instead.
JavaMigrationExecutor Adapter for executing migrations implementing JavaMigration.
JavaMigrationResolver Migration resolver for java class based migrations.
 

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

Support for Java migrations.



Copyright © 2011. All Rights Reserved.