Uses of Class
io.ebean.migration.runner.MigrationPlatform
Packages that use MigrationPlatform
-
Uses of MigrationPlatform in io.ebean.migration.runner
Subclasses of MigrationPlatform in io.ebean.migration.runnerModifier and TypeClassDescriptionstatic classstatic classMySql and MariaDB need to use named locks due to implicit commits with DDL.static classstatic classstatic classConstructors in io.ebean.migration.runner with parameters of type MigrationPlatformModifierConstructorDescriptionMigrationTable(MigrationConfig config, Connection connection, boolean checkState, MigrationPlatform platform) Construct with server, configuration and jdbc connection (DB admin user).