Expand my Community achievements bar.

How can I determine whether committing is required on a collection

Avatar

Level 2

Hi,

As we all know, we can check whether committing is required on a single object by calling DataManager.commitRequiredOn(object). But how can we check whether committing is required on a collection of objects? I know that DataManager also has the property commitRequired. But the range of change that the property watches is the collection of all managed objects. So what should I do if I want to determine whether changes exist in a subset of the managed objects?

0 Replies