public class DiffHelp extends Object
This intentionally does not include any OneToMany or ManyToMany properties.
public Map<String,ValuePair> diff(Object a, Object b, BeanDescriptor<?> desc)
A and B must be of the same type. B can be null, in which case the 'OldValues' of a is used to compare with (as B).
This intentionally does not include as OneToMany or ManyToMany properties.
Copyright © 2014. All Rights Reserved.