public interface SchemaMigrator
| Modifier and Type | Method and Description |
|---|---|
void |
doMigration(Metadata metadata,
ExecutionOptions options,
TargetDescriptor targetDescriptor)
Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).
|
void doMigration(Metadata metadata, ExecutionOptions options, TargetDescriptor targetDescriptor)
metadata - Represents the schema to be altered.options - Options for executing the alterationtargetDescriptor - description of the target(s) for the alteration commandsCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.