public interface UpdateScript extends Action<UpdateCallback>
UpdateableDataContext. Users of MetaModel should implement their own
UpdateScript and submit them to the
UpdateableDataContext.executeUpdate(UpdateScript) method for
execution.| Modifier and Type | Method and Description |
|---|---|
void |
run(UpdateCallback callback)
Invoked by MetaModel when the update script should be run.
|
void run(UpdateCallback callback)
UpdateCallback.run in interface Action<UpdateCallback>Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.