Interface SchemaPopulator

All Known Implementing Classes:
SchemaPopulatorImpl

@Incubating public interface SchemaPopulator
Service delegate for handling schema population.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doPopulation(ExecutionOptions options, TargetDescriptor targetDescriptor)
    Perform schema population to the indicated target(s).
  • Method Details

    • doPopulation

      void doPopulation(ExecutionOptions options, TargetDescriptor targetDescriptor)
      Perform schema population to the indicated target(s).
      Parameters:
      options - Options for executing the creation
      targetDescriptor - description of the target(s) for the creation commands