public interface SchemaUpdateService
Modifier and Type | Method and Description |
---|---|
List<SchemaOperationResult> |
updateModules(Collection<Long> moduleIds,
SchemaUpdateStrategy strategy,
boolean execute)
Performs a schema update after a successful model upload.
|
List<SchemaOperationResult> updateModules(Collection<Long> moduleIds, SchemaUpdateStrategy strategy, boolean execute) throws ModelUploadException
moduleIds
- list of ids of modules to update schema ofstrategy
- strategy used to update schemaexecute
- if true, ddl scripts will be executedModelUploadException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.