pkColumns property
Names of the columns that uniquely identify the row (used to locate the target row when replaying UPDATE/DELETE). Empty when the source table has no primary key — in that case replay falls back to whole-row matching.
Implementation
final List<String> pkColumns;