Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InsertObject



Frederic,

I'm not sure what you mean by over-complicated. Whenever you create an EO, you need to insert it into the editing context - you should do this immediately when the object is created.

You can then perform a save changes at any time, and it will serialize all outstanding changes to the database.

It's easiest to think of saveChanges() as more like a committing a set of changes, rather than 'saving' an object. You could make thousands of changes to your EOs, then at the end, when the object graph is complete, just call saveChanges() on the editing context. There is no reason to call saveChanges() multiple times... in fact, if you do, you could end up with a database that is out of sync. If you make all your object graph changes, then save at the end, you'll either save everything to to the database, or nothing.

Ken

On May 30, 2007, at 4:59 AM, Frederic JECKER wrote:

Moin list,

Could someone answer the following question? :

I have two objects A and B, each extending EOGenericRecord.
Object A has a field of type B.
Now, when I create a new Object A which embeds a new object B, before performing an EditingContext.saveChanges
I must insert each object separately in my editingContext:
myContext.insertObject(B);
myContext.insertObject(A);
myContext.saveChanges();
.... which is rapidly over-complicated when saving complex object- graphs


Now, in order to perform the saveChanges in a more elegant way, can someone tell me if
there is a method to override, method called by EditingContext.saveChanges, in which I could
in each EOGenericRecord do the insertObject work ?


Thanks

Fj


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/kenlists% 40anderhome.com


This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/email@hidden

This email sent to email@hidden
References: 
 >InsertObject (From: Frederic JECKER <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.