• 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
Inverse to-one relationships
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Inverse to-one relationships


  • Subject: Inverse to-one relationships
  • From: Paul Hoadley <email@hidden>
  • Date: Thu, 22 Jul 2010 21:30:15 +0930

Hello,

I know this topic comes up on the list from time to time, but I just need a quick sanity check.

I have two entities, A and B.  For every A, there is a corresponding B.  For some subset of all Bs, each has a corresponding A.  Currently I have modelled this with a single relationship from A to B, so that's a mandatory to-one relationship.  (Alternatively, I could have modelled it with an optional to-one relationship from B to A.)

At different times, I need to traverse this relationship in both directions.  For any A, A.b() will give me the related B.  But for the reverse direction, say I have a B and I want its A (if it has one), I have a custom method B.a() which does a fetch for the A such that A.b() is the B of interest.  Sometimes, though, I just want to know if there is an A for a particular B, or whether it's null, and in this setting, the fetch is expensive.

Here's where I need the sanity check: is there a way, given the constraints above, to model an inverse to-one relationship from B to A such that it appears as the inverse to EOF?  That is, such that calling, say, A.addObjectToBothSidesOfRelationshipWithKey(B, "b") does both A.setB(B) and B.setA(A)?  I'm assuming there's not, as I certainly can't beat the model into doing it.  I can work around it by doing the right thing at creation time for every A, I just wanted to know if I was missing something where EOF (or Wonder) would handle this automagically.


--
Paul.

http://logicsquad.net/


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Inverse to-one relationships
      • From: David Avendasora <email@hidden>
    • Re: Inverse to-one relationships
      • From: Chuck Hill <email@hidden>
    • Re: Inverse to-one relationships
      • From: Ramsey Gurley <email@hidden>
  • Prev by Date: If an Editing Context is disposed off?
  • Next by Date: Re: Inverse to-one relationships
  • Previous by thread: If an Editing Context is disposed off?
  • Next by thread: Re: Inverse to-one relationships
  • Index(es):
    • Date
    • Thread