Background
I\'ve already posted a question about the basics of sharing a Core Data store between processes.
I\'m trying to implement the rec
You're looking for - (void)refreshObject:(NSManagedObject *)object mergeChanges:(BOOL)flag I believe.
This will refresh the object with the info in the persistent store, merging changes if you want.