clauses property

List<UpsertClause<T, D>> clauses
final

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;