Re: CoreData relationship/KVC question
Re: CoreData relationship/KVC question
- Subject: Re: CoreData relationship/KVC question
- From: Steve Steinitz <email@hidden>
- Date: Sat, 31 Jan 2009 08:16:27 +1100
Hi Jean-Nicolas
I may not grasp your question but
are relationship also KVC?
You can do KVC stuff with relationships like
employees = [department valueForKey: @"employees"];
but I doubt that's what you mean.
and, will CoreData aumatically call the correct method depending on
the type of the "value" I'm setting (either an NSSet or an
NSManagedObject) ?
I don't think so. But don't take my word for it. I look
forward to replies from people who understand your question more clearly.
Cheers,
Steve
_______________________________________________
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