Deprecated API


Contents
Deprecated Methods
com.googlecode.flyway.core.Flyway.getBaseDir()
          Uses getLocations instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.getBasePackage()
          Uses getLocations instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.getValidationErrorMode()
          Use isCleanOnValidationError instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.getValidationMode()
          Use isValidateOnMigrate instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.history()
          Use flyway.info().applied() instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.isDisableInitCheck()
          Use initOnMigrate instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.setBaseDir(String)
          Use setLocations instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.setBasePackage(String)
          Use setLocations instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.setDisableInitCheck(boolean)
          Use initOnMigrate instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.setInitialVersion(SchemaVersion)
          Use setInitialVersion(MigrationVersion) instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.setTarget(SchemaVersion)
          Use setTarget(MigrationVersion) instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.setValidationErrorMode(ValidationErrorMode)
          Use setCleanOnValidationError instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.setValidationMode(ValidationMode)
          Use setValidateOnMigrate instead. Will be removed in Flyway 3.0. 
com.googlecode.flyway.core.Flyway.status()
          Use flyway.info().current() instead. Will be removed in Flyway 3.0. 
 



Copyright © 2012. All Rights Reserved.