Interface GeneratorSynchronizer
Service delegate for handling sequence resynchronization.
- Since:
- 6.2
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoSynchronize(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor) Perform sequence resynchronization from the indicated source(s) to the indicated target(s).
-
Method Details
-
doSynchronize
void doSynchronize(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor) Perform sequence resynchronization from the indicated source(s) to the indicated target(s).- Parameters:
metadata- Represents the schema to be dropped.options- Options for executing the dropcontributableInclusionFilter- Filter for Contributable instances to usetargetDescriptor- description of the target(s) for the drop commands
-