public interface IERXPostMigration extends IERXMigration
| Modifier and Type | Method and Description |
|---|---|
void |
postUpgrade(EOEditingContext editingContext,
EOModel model)
Called after executing all of the upgrade() migrations.
|
downgrade, modelDependencies, upgradevoid postUpgrade(EOEditingContext editingContext, EOModel model) throws java.lang.Throwable
editingContext - the editing context you can perform EO operations with.model - the model being upgradedjava.lang.Throwable - if something failsCopyright © 2002 – 2022 Project Wonder.