public abstract class CustomMigration extends Object
| Constructor and Description |
|---|
CustomMigration() |
| Modifier and Type | Method and Description |
|---|---|
void |
migrateAfter(Model model,
Metamodel metamodel)
Migration that needs to be performed after the metamodel change.
|
void |
migrateBefore(Model model,
Metamodel metamodel)
Migration that needs to be performed before the metamodel change.
|
public void migrateBefore(Model model, Metamodel metamodel) throws MigrationException
MigrationExceptionpublic void migrateAfter(Model model, Metamodel metamodel) throws MigrationException
MigrationExceptionCopyright © 2020. All rights reserved.