Re: pulling top level of relationships
Re: pulling top level of relationships
- Subject: Re: pulling top level of relationships
- From: Mike Schrag <email@hidden>
- Date: Thu, 5 Feb 2009 12:15:57 -0500
What I want to do is fetch all users and ensure that the Person
object is fetched when I receive the Array of EOs back from
objectsWithFetchSpecification.
fetchSpec.setPrefetchingRelationshipKeyPaths(new
NSArray<String>("person"));
This will, however, still do a roundtrip to the database ... it will
just do one for all the results instead of one for each result.
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