Re: Which way is more efficient to get particular EOEnterpriseObject
Re: Which way is more efficient to get particular EOEnterpriseObject
- Subject: Re: Which way is more efficient to get particular EOEnterpriseObject
- From: Ken Anderson <email@hidden>
- Date: Thu, 16 Aug 2007 17:06:38 -0400
He means, rather than have a to-many relationship, like this:
A <-->> B
just have this:
A <-- B
Then when you want a certain subset of B, you can just do a fetch, where B.A == the A you want, plus whatever else you want to filter on.
Ken On Aug 16, 2007, at 5:00 PM, Paolo Sommaruga wrote: how one can you "qualify objects using that to-one" ? Can you explain a little more ?
|
_______________________________________________
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