Re: [Core Data] Difference between objectWithID: and a fetch "self IN %@", someObjectIDs ????
Re: [Core Data] Difference between objectWithID: and a fetch "self IN %@", someObjectIDs ????
- Subject: Re: [Core Data] Difference between objectWithID: and a fetch "self IN %@", someObjectIDs ????
- From: Aurélien Hugelé <email@hidden>
- Date: Wed, 20 May 2009 13:02:07 +0200
Hmmm,
It seems I was using temporary objectIDs, not permanent ones... It was
a nightmare with 10.4 because there was no way to get permanent
objectIDs... now we can, and I've been overlooking that problem ;)
Aurélien,
Objective Decision Team
On 20 mai 09, at 12:03, Aurélien Hugelé wrote:
Hi list !
I have a subthread that sends to my main thread some objectIDs (of
objects it inserted in the same store (same PSC))
I have 2 MOCs, one per thread, sharing the same PSC (following
advices from the doc...)
In the main thread, using objectWithID: repeatedly on each objectID
sent by the subthread returns the object that was inserted in the
background thread. This is exactly what I want.
But reading from the doc, it seems that we are encouraged to use a
fetch using "self IN %@",listOfObjectIDs instead of objectWithID:
since it is faster for many objects...
Unfortunately, this fetch returns 0 results (and yes this is the
correct entity, store and moc...)
what does objectWithID: *exactly* do that a fetch does not ??
Thanks for your help.
Aurelien
Aurélien,
Objective Decision Team
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden