Uses of Class
org.flywaydb.core.api.CoreMigrationType
-
Packages that use CoreMigrationType Package Description org.flywaydb.core.api FlywayException, MigrationInfo and related classes. -
-
Uses of CoreMigrationType in org.flywaydb.core.api
Methods in org.flywaydb.core.api that return CoreMigrationType Modifier and Type Method Description static CoreMigrationTypeCoreMigrationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CoreMigrationType[]CoreMigrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-