Uses of Class
com.googlecode.flyway.core.api.MigrationVersion

Packages that use MigrationVersion
com.googlecode.flyway.core The main Flyway package and for most users, the only one they'll ever need to know about. 
com.googlecode.flyway.core.api FlywayException, MigrationInfo and related classes. 
com.googlecode.flyway.core.api.migration Interfaces for Migration implementors. 
 

Uses of MigrationVersion in com.googlecode.flyway.core
 

Methods in com.googlecode.flyway.core that return MigrationVersion
 MigrationVersion Flyway.getInitialVersion()
          Retrieves the initial version to put in the database.
 MigrationVersion Flyway.getTarget()
          Retrieves the target version up to which Flyway should run migrations.
 

Methods in com.googlecode.flyway.core with parameters of type MigrationVersion
 void Flyway.setInitialVersion(MigrationVersion initialVersion)
          The initial version to put in the database.
 void Flyway.setTarget(MigrationVersion target)
          Sets the target version up to which Flyway should run migrations.
 

Uses of MigrationVersion in com.googlecode.flyway.core.api
 

Fields in com.googlecode.flyway.core.api declared as MigrationVersion
static MigrationVersion MigrationVersion.EMPTY
          Version for an empty schema.
static MigrationVersion MigrationVersion.LATEST
          Latest version.
 

Methods in com.googlecode.flyway.core.api that return MigrationVersion
 MigrationVersion MigrationInfo.getVersion()
           
 

Methods in com.googlecode.flyway.core.api with parameters of type MigrationVersion
 int MigrationVersion.compareTo(MigrationVersion o)
           
 

Uses of MigrationVersion in com.googlecode.flyway.core.api.migration
 

Methods in com.googlecode.flyway.core.api.migration that return MigrationVersion
 MigrationVersion MigrationInfoProvider.getVersion()
          Returns the version after the migration is complete.
 



Copyright © 2012. All Rights Reserved.