On my Lion app, I have this data model:
The relationship subitem
subitem
If you are using mogenerator, then instead of
[parentObject addsObject:childObject];
simply use:
[[parent object sSet] addObject:childObject];