Re: CoreData faulting - does it rely on #self?
Re: CoreData faulting - does it rely on #self?
- Subject: Re: CoreData faulting - does it rely on #self?
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 14 Apr 2006 21:56:15 -0700
On Apr 14, 2006, at 8:48 PM, Todd Blanchard wrote:
It also doesn't mention who might call
refreshObject:mergeChanges: I certainly won't, so what will?
Is this called during a revert? It seems an odd sort of message
to have in a single user system with exclusive ownership of the
datafile.
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CoreData/Articles/cdUsingMOs.html#//apple_ref/doc/uid/
TP40001803-208900>
That tells me what calling it does. Not who might call it.
It addresses the issue of why such a message might be useful on a
single user system.
It also states, "To refresh a managed object's property values, *you*
use the managed object context method
refreshObject:mergeChanges:." (emphasis added)...
See also, <http://developer.apple.com/documentation/Cocoa/Conceptual/
CoreData/Articles/cdUsingMOs.html#//apple_ref/doc/uid/TP40001803-208900>
or in general <http://developer.apple.com/cgi-bin/search.pl?
q=refreshObject:mergeChanges:&num=10&site=default_collection>.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden