|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FlywayException in com.googlecode.flyway.core |
|---|
| Methods in com.googlecode.flyway.core that throw FlywayException | |
|---|---|
void |
Flyway.init(SchemaVersion initialVersion,
java.lang.String description)
Creates and initializes the Flyway metadata table. |
int |
Flyway.migrate()
Starts the database migration. |
void |
Flyway.validate()
Validate applied migration with classpath migrations to detect accidental changes. |
| Uses of FlywayException in com.googlecode.flyway.core.clean |
|---|
| Methods in com.googlecode.flyway.core.clean that throw FlywayException | |
|---|---|
void |
DbCleaner.clean()
Cleans the schema of all objects. |
| Uses of FlywayException in com.googlecode.flyway.core.init |
|---|
| Subclasses of FlywayException in com.googlecode.flyway.core.init | |
|---|---|
class |
InitException
Exception indicating that migration failed. |
| Uses of FlywayException in com.googlecode.flyway.core.migration |
|---|
| Subclasses of FlywayException in com.googlecode.flyway.core.migration | |
|---|---|
class |
MigrationException
Exception indicating that migration failed. |
| Methods in com.googlecode.flyway.core.migration that throw FlywayException | |
|---|---|
int |
DbMigrator.migrate(java.util.List<Migration> migrations)
Starts the actual migration. |
| Uses of FlywayException in com.googlecode.flyway.core.validation |
|---|
| Subclasses of FlywayException in com.googlecode.flyway.core.validation | |
|---|---|
class |
ValidationException
Exception indicating that the available migrations are inconsistent or incompatible with the applied migrations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||