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
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