• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Data and ordered to-many relations
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Data and ordered to-many relations


  • Subject: Re: Core Data and ordered to-many relations
  • From: email@hidden
  • Date: Sun, 24 May 2009 22:19:34 -0400

Didn't the OP want the relatives joined in a specific order (or, at least, be able to retrieve them in a specific order)?

"in the order prescribed."

To do that, joins alone won't satisfy his query (Core Data structures are not guaranteed to return in any order). As I read them, his options were "joins only" or "some other structure."

In the OP's case, he'd need to have (as one possible solution) both a relationship entity and an order attribute of some kind in that entity to answer his request (the order attribute would also be as per dox). This would be the "other structure," at least from my perspective.

Peace, Love, and Light,

/s/ Jon C. Munson II

Quoting Jerry Krinock <email@hidden>:

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



_______________________________________________

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


References: 
 >Core Data and ordered to-many relations (From: Kelvin Chung <email@hidden>)
 >Re: Core Data and ordered to-many relations (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Positioning images in buttons?
  • Next by Date: Header Differences
  • Previous by thread: Re: Core Data and ordered to-many relations
  • Next by thread: Re: Core Data and ordered to-many relations
  • Index(es):
    • Date
    • Thread