@FunctionalInterface @InterfaceStability.Stable public interface UpdateScript
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.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.