java.lang.Object
io.ebean.migration.runner.MigrationPlatform
- Direct Known Subclasses:
MigrationPlatform.LogicalLock,MigrationPlatform.MySql,MigrationPlatform.NoLocking,MigrationPlatform.Postgres,MigrationPlatform.SqlServer
Handle database platform specific locking on db migration table.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classMySql and MariaDB need to use named locks due to implicit commits with DDL.static classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MigrationPlatform
public MigrationPlatform()
-