• 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: How to selectively save EO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to selectively save EO


  • Subject: Re: How to selectively save EO
  • From: Peter Vandoros <email@hidden>
  • Date: Fri, 21 Apr 2006 14:25:46 +1000

See comments below:

Louis Demers wrote:
Hi

I would like to save newly created EO immediately but there could be other objects in the default EditingContext which I do not want to commit to the database immediately.

My first attempt was to create a new short term EditignContext, insert my newly created EO in it and call saveChanges.
Good :)

However because this object has a relationsip to another one in the defaultEditingContext, it cause an error about being unable to obtain globalId


Any suggestions how to acheive this ?
This will create a local instance of the object you can use in the new editing context
EOUtilities.localInstanceOfObject( yourEditingContext(), yourEO);



If you create your new object in a new editing context, then you must also ensure that all relating objects that you explicitly use/modify are also in the same editing context. In this case, i am assuming you are adding an object inthe defaultEditingContext to the relationship of the object in your new editing context.


Thanks

Peter

_______________________________________________
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: 
 >Re: Java 1.5 & WO? (From: Gavin Eadie <email@hidden>)
 >Re: Java 1.5 & WO? (From: Galen Rhodes <email@hidden>)
 >Re: Java 1.5 & WO? (From: John Andersson <email@hidden>)
 >Re: Java 1.5 & WO? (From: John Andersson <email@hidden>)
 >Re: Java 1.5 & WO? (From: "Jerry W. Walker" <email@hidden>)
 >Re: Java 1.5 & WO? (From: Art Isbell <email@hidden>)
 >Re: Java 1.5 & WO? (From: Owen McKerrow <email@hidden>)
 >Re: Java 1.5 & WO? (From: Ryan Poling <email@hidden>)
 >Re: Java 1.5 & WO? (From: Ray Kiddy <email@hidden>)
 >Re: Java 1.5 & WO? (From: lbland <email@hidden>)
 >How to selectively save EO (From: Louis Demers <email@hidden>)

  • Prev by Date: How to selectively save EO
  • Next by Date: [Newbie] WORepetition/Form submit question
  • Previous by thread: How to selectively save EO
  • Next by thread: Re: How to selectively save EO
  • Index(es):
    • Date
    • Thread