Re: Suggestions Please - Lookup Lists in Core Data

2012-11-04 Thread Keary Suska
On Nov 4, 2012, at 12:50 AM, Rick Aurbach wrote: > In my Core Data data model, I have four different entities, each of which > implement a lookup list. That is, the entity has one attribute (a name > string) and a relationship pointing to all of the other objects which use > that particular ter

Suggestions Please - Lookup Lists in Core Data

2012-11-03 Thread Rick Aurbach
In my Core Data data model, I have four different entities, each of which implement a lookup list. That is, the entity has one attribute (a name string) and a relationship pointing to all of the other objects which use that particular term. I am considering two different ways of implementing th