| Package | Description |
|---|---|
| org.flywaydb.core |
The main Flyway package and for most users, the only one they'll ever need to know about.
|
| org.flywaydb.core.api.callback |
Interfaces for Flyway lifecycle callbacks.
|
| org.flywaydb.core.api.configuration |
Interfaces for Flyway configuration injection.
|
| org.flywaydb.core.api.migration.jdbc |
Interfaces for Jdbc Migrations.
|
| org.flywaydb.core.api.migration.spring |
Interfaces for Spring Jdbc Migrations (require Spring Jdbc + dependencies on the classpath).
|
| org.flywaydb.core.api.resolver |
Interfaces for Migration resolvers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Flyway
This is the centre point of Flyway, and for most users, the only class they will ever have to deal with.
|
| Constructor and Description |
|---|
Flyway(FlywayConfiguration configuration)
Creates a new instance of Flyway.
|
| Modifier and Type | Field and Description |
|---|---|
protected FlywayConfiguration |
BaseFlywayCallback.flywayConfiguration |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseFlywayCallback.setFlywayConfiguration(FlywayConfiguration flywayConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationAware.setFlywayConfiguration(FlywayConfiguration flywayConfiguration)
Sets the current configuration.
|
| Modifier and Type | Field and Description |
|---|---|
protected FlywayConfiguration |
BaseJdbcMigration.flywayConfiguration |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseJdbcMigration.setFlywayConfiguration(FlywayConfiguration flywayConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected FlywayConfiguration |
BaseSpringJdbcMigration.flywayConfiguration |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSpringJdbcMigration.setFlywayConfiguration(FlywayConfiguration flywayConfiguration) |
| Modifier and Type | Field and Description |
|---|---|
protected FlywayConfiguration |
BaseMigrationResolver.flywayConfiguration |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMigrationResolver.setFlywayConfiguration(FlywayConfiguration flywayConfiguration) |
Copyright © 2017. All rights reserved.