Re: Core Data and ordered to-many relations
Re: Core Data and ordered to-many relations
- Subject: Re: Core Data and ordered to-many relations
- From: Jerry Krinock <email@hidden>
- Date: Sun, 24 May 2009 18:59:48 -0700
If there's only two relatives, as in your example, use two to-one
relationships.
If there's an indeterminate number, you can add an intermediate
"joiner" entity, as explained here:
http://www.cocoabuilder.com/archive/message/cocoa/2007/9/16/189293
The above joins between two different entities, so you'll modify it to
join the same entity. All data modelling situations are a little
different.
_______________________________________________
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