Interface RowMutationOperations.ValuesBindingConsumer

  • All Superinterfaces:
    ModelPart.JdbcValueConsumer
    Enclosing class:
    RowMutationOperations
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface RowMutationOperations.ValuesBindingConsumer
    extends ModelPart.JdbcValueConsumer
    Consumer for insert-value bindings Unfortunate we need `usage` here, but it is needed to account for update-as-insert handling of one-to-many handling