- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
/** * Return whether any changes have been recorded with the change record. */ public boolean hasChanges() { return this.hasAdds() || this.hasRemoves() || this.hasChangedMapKeys() || this.getOwner().isNew(); }
/** * Return whether any changes have been recorded with the change record. */ public boolean hasChanges() { return hasAdds() || hasRemoves() || hasChangedMapKeys() || getOwner().isNew(); }
/** * Return whether any changes have been recorded with the change record. */ public boolean hasChanges() { return hasAdds() || hasRemoves() || hasChangedMapKeys() || getOwner().isNew(); }