Interface MutationExecutor


@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?
  • ...