public interface SchemaCreator
Modifier and Type | Method and Description |
---|---|
void |
doCreation(Metadata metadata,
ExecutionOptions options,
SourceDescriptor sourceDescriptor,
TargetDescriptor targetDescriptor)
Perform a schema creation from the indicated source(s) to the indicated target(s).
|
void doCreation(Metadata metadata, ExecutionOptions options, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor)
metadata
- Represents the schema to be created.options
- Options for executing the creationsourceDescriptor
- description of the source(s) of creation commandstargetDescriptor
- description of the target(s) for the creation commandsCopyright © 2017 JBoss by Red Hat. All rights reserved.