*/
public static void refaultObject(EOEnterpriseObject eo) {
if (eo != null && !eo.isFault()) {
EOEditingContext ec = eo.editingContext();
NSArray<EOGlobalID> gids = new NSArray<EOGlobalID>(ec.globalIDForObject(eo));
ec.invalidateObjectsWithGlobalIDs(gids);
}
}
/**
* Sets the fetch time stamp of the eo's ec to now to ensure fresh data. and