Re: Fetch Spec Question
Re: Fetch Spec Question
- Subject: Re: Fetch Spec Question
- From: Christian Pekeler <email@hidden>
- Date: Wed, 21 Jan 2004 15:59:40 -0700
If I have created 12 fetch specifications with different criteria
for the same object will it still go to the database or will
it be smart enough to know that it already has the objects
in memory that match the criteria?
FetchSpecs always go the editingContext's parent object store which is
ultimately the database, unless your editingContext has a delegate
implementing editingContextShouldFetchObjects() or your
databaseContext's delegate implements
databaseContextShouldFetchObjects().
Christian
_______________________________________________
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.