Module io.ebean.migration
Package io.ebean.migration.runner
package io.ebean.migration.runner
-
ClassesClassDescriptionA DB migration resource (DDL script with version).A DB migration resource (JdbcMigration with version).A DB migration resource (DDL or Jdbc)Loads the DB migration resources and sorts them into execution order.Handle database platform specific locking on db migration table.MySql and MariaDB need to use named locks due to implicit commits with DDL.Create Schema if needed and set current Schema in MigrationManages the migration table.