• 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
Child EditingContext and fetches
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Child EditingContext and fetches


  • Subject: Child EditingContext and fetches
  • From: Fabrice Pipart <email@hidden>
  • Date: Tue, 21 Mar 2006 10:31:25 +0100

Hi list !

I have a question that seems simple but I did not find any accurate information on this...
Is it possible to fetch EOs the following way :

childEc = new EOEditingContext(session().defaultEditingContext());
EOUtilities.createAndInsertInstance(childEc, "Day");
childEc.saveChanges();
EOFetchSpecification fs = new EOFetchSpecification("Day", qual, null);
NSArray days = childEc.objectsWithFetchSpecification(fs);

Should I be able to fetch the objects?
In my case it does not work.
It only works if I do a saveChanges on the parent ec (when then objects are really written in database), which of course I do not want to do.

Is this normal?
Is there a way to fetch those objects anyway? or I should just keep an array of them and look for the EO I am looking for in a "for" loop ?

Regards

Fabrice Pipart

www.icconsulting.mc


International Corporate Consulting

Palais de la Scala

1 avenue Henri Dunant

Suite 1155

MC - 98000 Monaco


Skype: fabrice.pipart

Tel.  +377 97 98 21 04 (direct)

Fax. +377 97 70 88 07



 _______________________________________________
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

  • Follow-Ups:
    • Re: Child EditingContext and fetches
      • From: Lachlan Deck <email@hidden>
    • Re: Child EditingContext and fetches
      • From: Ken Anderson <email@hidden>
  • Prev by Date: Re: setting up apache FOP
  • Next by Date: Re: Child EditingContext and fetches
  • Previous by thread: Re: setting up apache FOP
  • Next by thread: Re: Child EditingContext and fetches
  • Index(es):
    • Date
    • Thread