Uses of Class
com.googlecode.flyway.core.migration.BaseMigration

Packages that use BaseMigration
com.googlecode.flyway.core.migration.java   
com.googlecode.flyway.core.migration.sql   
 

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

Subclasses of BaseMigration in com.googlecode.flyway.core.migration.java
 class BaseJavaMigration
          Base class for java migration classes whose name conforms to the Flyway standard.
 

Uses of BaseMigration in com.googlecode.flyway.core.migration.sql
 

Subclasses of BaseMigration in com.googlecode.flyway.core.migration.sql
 class SqlMigration
          Database migration based on a sql file.
 



Copyright © 2010. All Rights Reserved.