Previous | Next
WireHose Developers Guide

Relating feeds to items

Now you'll add the inverse relationship.

  1. Switch to RSSFeed.eomodeld.
  2. Choose Add Relationship from the Property menu.
  3. Choose Inspector... from the Tools menu.
  4. Set the relationship type to To Many.
  5. Change the destination model to RSSItem.

    Note: You may need to quit and relaunch EOModeler to see RSSItem in the destination model popup.

  6. Change the destination entity to RSSItem.
  7. Set the source attribute to resourceID, and the destination attribute to feedID.
  8. Click Connect.
  9. Change the relationship's name to items.


Previous | Next