After calling objectContext.commitChanges() need to be able to find out
what objects were actually changed by the commit.  Since
objectContext.getModifiedObjects() includes phantom (noop) changes I can't
use that.  I also preferably need have this info in the local scope
immediately after commit, not in an external callback or listener.

Is there a way to force the context to evaluate and discard noop changes
before committing maybe?

Thanks,
John

Reply via email to