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