Re: Core Data: Insert, Fetch, Re-Fetch. Same Object?
Re: Core Data: Insert, Fetch, Re-Fetch. Same Object?
- Subject: Re: Core Data: Insert, Fetch, Re-Fetch. Same Object?
- From: Jens Alfke <email@hidden>
- Date: Wed, 10 Feb 2010 18:05:08 -0800
On Feb 10, 2010, at 4:44 PM, Jerry Krinock wrote:
> I've always wondered if I insert a managed object, then later fetch it repeatedly from the same managed object context, do I get the same object every time?
Yes, basically. There is only going to be one in-memory object at a time that represents the same managed object.
—Jens
_______________________________________________
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