Re: Behaviour of objectsWithFetchSpecification()
Re: Behaviour of objectsWithFetchSpecification()
- Subject: Re: Behaviour of objectsWithFetchSpecification()
- From: Mike Schrag <email@hidden>
- Date: Thu, 22 Jan 2009 10:46:06 -0500
I guess I'm just asking for a sanity check. This can't be an
uncommon use case---what do people do next? Use
EOQualifier.filteredArrayWithQualifier() on the result? Am I
overlooking something basic?
You use ERXFetchSpecification and
setIncludeEditingContextChanges(true). It will automagically process
your results to remove deleted objects and add inserted objects that
would have matched the qualifier you provided (with the expection of
doing things like limits, etc where it wouldn't really know not to add
objects).
ms
_______________________________________________
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