Interface UpsertBuilder.ConflictColumn

Enclosing interface:
UpsertBuilder

public static interface UpsertBuilder.ConflictColumn
Step for specifying what to do when a conflict is detected.
Since:
4.1
Author:
Christoph Strobl
  • Method Details

    • with

      Start building the conflict resolution by specifying a conflict/matching column.
      Parameters:
      column - the column to specify conflict resolution; must not be null.
      Returns:
      the terminal build step.
    • with

      Start building the conflict resolution by specifying conflict/matching columns.
      Parameters:
      columns - the columns to specify conflict resolution; must not be null.
      Returns:
      the terminal build step.
    • with

      Start building the conflict resolution by specifying conflict/matching columns.
      Parameters:
      columns - the columns to specify conflict resolution; must not be null.
      Returns:
      the terminal build step.