Uses of Class
com.google.code.flyway.core.Migration

Packages that use Migration
com.google.code.flyway.core   
com.google.code.flyway.core.java   
com.google.code.flyway.core.sql   
 

Uses of Migration in com.google.code.flyway.core
 

Subclasses of Migration in com.google.code.flyway.core
 class BaseMigration
          Base migration for migrations that use the standard Flyway version + description embedding in their name.
 

Methods in com.google.code.flyway.core that return Migration
 Migration MetaDataTable.latestAppliedMigration()
           
 

Methods in com.google.code.flyway.core that return types with arguments of type Migration
 java.util.Collection<Migration> MigrationResolver.resolvesMigrations()
          Resolves the available migrations.
 

Methods in com.google.code.flyway.core with parameters of type Migration
 void MetaDataTable.migrationFinished(Migration migration)
          Marks this migration as succeeded.
 

Uses of Migration in com.google.code.flyway.core.java
 

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

Methods in com.google.code.flyway.core.java that return types with arguments of type Migration
 java.util.Collection<Migration> JavaMigrationResolver.resolvesMigrations()
           
 

Uses of Migration in com.google.code.flyway.core.sql
 

Subclasses of Migration in com.google.code.flyway.core.sql
 class SqlMigration
          Database migration based on a sql file.
 

Methods in com.google.code.flyway.core.sql that return types with arguments of type Migration
 java.util.Collection<Migration> SqlMigrationResolver.resolvesMigrations()
           
 



Copyright © 2010. All Rights Reserved.