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 Summary
Modifier and TypeMethodDescriptionwith(Collection<? extends Column> columns) Start building the conflict resolution by specifying conflict/matching columns.Start building the conflict resolution by specifying a conflict/matching column.Start building the conflict resolution by specifying conflict/matching columns.
-
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.
-