• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Fetching
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fetching


  • Subject: Re: Fetching
  • From: Ken Anderson <email@hidden>
  • Date: Thu, 19 Apr 2007 09:44:30 -0400

Good one!  That's most likely it.

On Apr 19, 2007, at 9:38 AM, Stefan Klein wrote:

Hi Frank,

did you set the 'Cache in memory' flag in your eomodel for your entity?

Stefan

Frank Stock schrieb:
Hi,

Why is WO fetching all the data and the filtering:


NSMutableArray qbind;
qbind=new NSMutableArray();
qbind.addObject(property);
aQual = EOQualifier.qualifierWithQualifierFormat("(property=%@)",qbind);
fs = new EOFetchSpecification("Property",aQual,null);
NSArray arProperty = ec.objectsWithFetchSpecification(fs);

This will do a select without a where-clause (141 rows) and then filter the array so I only see 1 row in arProperty???? 
Even if I use EOUtilities.objectMatchingKeyAndValue(ec,"Property","property",property);

Is there something I can do about that???

Thanks,
Frank Stock

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: 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

References: 
 >Fetching (From: Frank Stock <email@hidden>)
 >Re: Fetching (From: Stefan Klein <email@hidden>)

  • Prev by Date: Re: Fetching
  • Next by Date: Re: Fetching
  • Previous by thread: Re: Fetching
  • Next by thread: Re: Fetching
  • Index(es):
    • Date
    • Thread