Data in many-to-many join table
Data in many-to-many join table
- Subject: Data in many-to-many join table
- From: Wolfram Stebel <email@hidden>
- Date: Thu, 14 Apr 2005 19:00:38 +0200
Hi folks,
i have a many-to-many relation
person<<-->>task
Each person should be able to "confirm" the task.
So i packed the "confirmed" attribute into to join table Task_Person.
I felt this is the best place, but how can i cheapest access this field?
In the moment i do fetches on the table directly, using both related
objects.
Then i have the EOGeneric, where i use key/value coding to set and get
values.
Is there a better precoded way for this?
Wolfram
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden