clauses property

List<DoUpdate<T, D>> clauses
final

All DoUpdate clauses that are part of this upsert.

The first clause with a matching DoUpdate.target will be considered.

Implementation

final List<DoUpdate<T, D>> clauses;