Uses of Interface
org.flywaydb.core.api.migration.JavaMigration
-
Packages that use JavaMigration Package Description org.flywaydb.core.api.migration Interfaces for Migration implementors. -
-
Uses of JavaMigration in org.flywaydb.core.api.migration
Classes in org.flywaydb.core.api.migration that implement JavaMigration Modifier and Type Class Description classBaseJavaMigrationThis is the recommended class to extend for implementing Java-based Migrations.
-