Interface MutationExecutor

All Known Implementing Classes:
AbstractMutationExecutor, AbstractSingleMutationExecutor, MutationExecutorSingleBatched, MutationExecutorSingleNonBatched, MutationExecutorSingleSelfExecuting, MutationExecutorStandard

@Incubating public interface MutationExecutor
Main contract for performing the mutation. Accounts for various moving parts such as:
  • Should the statements be batched or not?
  • Should we "logically" group logging of the parameter bindings?
  • ...