static Diff |
ChangeUtils.copyAndDiff(Record from,
Record to)
copy different (equals) fields and return resulting list of changed fields + old values
|
static Diff |
ChangeUtils.copyAndDiff(Record from,
Record to,
String[] fields) |
static Diff |
ChangeUtils.copyAndDiff(Record from,
Record to,
String[] fields,
HashSet<String> forced) |
static <K> Diff |
ChangeUtils.diff(Record record,
Record prevRecord) |
Diff |
UpdateMessage.getDiff() |
static Diff |
ChangeUtils.mayCopyAndDiff(Record from,
Record to,
String[] fields,
boolean copy,
HashSet<String> forced) |
Diff |
Diff.reduced(String[] reducedFields) |