I have a data model with abstract entities in the hierarchy. The
Item object knows about its root container (to one relationship),
and the container object knows about its items (too many
relationship.)
If I manually set the value for one side of the relationship, the
other side isn't maintained automatically. I've built a fictitious
app which demonstrates the problem.
I did some more digging.
If I run the following code:
// now let's poke at the entities and see what there is to be
learned about the relationships
The inverse relationship for the Library node, items relationship is
(null) in the output, which is awfully suspicious looking.
(Especially given that the inverse is set in the data model.
Have I bumped into a bug? I can write it up if necessary. (If I have
and there is a ready workaround, I'm all ears.)
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden