Re: Fetching related objects in CoreData without NSManagedObject
Re: Fetching related objects in CoreData without NSManagedObject
- Subject: Re: Fetching related objects in CoreData without NSManagedObject
- From: "Hamish Allan" <email@hidden>
- Date: Wed, 21 May 2008 04:56:35 +0100
On Wed, May 21, 2008 at 4:44 AM, Nick Zitzmann <email@hidden> wrote:
> I'm getting the attributes from the records in the database using
> NSManagedObjectContext and NSFetchRequest and installing them into my own
> model objects.
If you don't throw away the NSManagedObjects, you can use them in
predicates for fetch requests. If you do throw them away, you're not
using Core Data any more.
Hamish
_______________________________________________
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