clauses property
All DoUpdate and DoNothing clauses that are part of this upsert.
The first clause with a matching DoUpdate.target or DoNothing.target will be considered.
Implementation
final List<UpsertClause<T, D>> clauses;
All DoUpdate and DoNothing clauses that are part of this upsert.
The first clause with a matching DoUpdate.target or DoNothing.target will be considered.
final List<UpsertClause<T, D>> clauses;