Uses of Interface
com.googlecode.flyway.core.migration.java.JavaMigration

Packages that use JavaMigration
com.googlecode.flyway.core.migration.java Support for Java migrations. 
 

Uses of JavaMigration in com.googlecode.flyway.core.migration.java
 

Classes in com.googlecode.flyway.core.migration.java that implement JavaMigration
 class BaseJavaMigration
          Deprecated. Implement JavaMigration directly instead. Also consider implementing JavaMigrationChecksumProvider and JavaMigrationInfoProvider if you need more control. This class will be removed in Flyway 1.5.
 

Constructors in com.googlecode.flyway.core.migration.java with parameters of type JavaMigration
JavaMigrationExecutor(JavaMigration javaMigration)
          Creates a new JavaMigrationExecutor.
 



Copyright © 2011. All Rights Reserved.