| Method and Description |
|---|
| com.googlecode.flyway.core.Flyway.getInitialDescription()
Use getInitDescription() instead. Will be removed in Flyway 3.0.
|
| com.googlecode.flyway.core.Flyway.getInitialVersion()
Use getInitVersion() 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.setDisableInitCheck(boolean)
Use initOnMigrate instead. Will be removed in Flyway 3.0.
|
| com.googlecode.flyway.core.Flyway.setInitialDescription(String)
Use setInitDescription(String) instead. Will be removed in Flyway 3.0.
|
| com.googlecode.flyway.core.Flyway.setInitialVersion(MigrationVersion)
Use setInitVersion(MigrationVersion) instead. Will be removed in Flyway 3.0.
|
| com.googlecode.flyway.core.Flyway.setInitialVersion(SchemaVersion)
Use setInitVersion(MigrationVersion) instead. Will be removed in Flyway 3.0.
|
| com.googlecode.flyway.core.Flyway.setInitialVersion(String)
Use setInitVersion(String) 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 © 2013. All Rights Reserved.