EOQualifier filteredArrayWithQualifier across relationship
EOQualifier filteredArrayWithQualifier across relationship
- Subject: EOQualifier filteredArrayWithQualifier across relationship
- From: David Griffith <email@hidden>
- Date: Sat, 06 Mar 2004 19:11:13 +0100
Hi,
I am trying to use this:
EOQualifier typeQualifier =
EOQualifier.qualifierWithQualifierFormat("shippingType.shippingTypeIsInterna
tional=%@", bindings);
to filter an array of DistShippingTypes which has a to-many relationship to
ShippingTypes, I9m looking for a ShippingType with
shippingTypeIsInternational = true;
DistShippingType <<--> ShippingType
The above returns an empty array (where there were 3 entries before the
above call).
The ShippingType relationship is faulted in the original array which is
found via:
distributor.distShippingTypes()
Is it the faulting that causes this not to return any results? Or is it not
possible to do it this way at all? If not, can someone tell me how please?
Kind regards,
Dave.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.