Nested Editing Contexts
Nested Editing Contexts
- Subject: Nested Editing Contexts
- From: "Ted Archibald" <email@hidden>
- Date: Wed, 30 May 2007 12:41:18 -0600
Originally in my program I was using the defaultEC to create and insert new objects, but then started to notice I had alot of null objects in my DB. Users are creating an object, then doing nothing with it, then it is committed to the DB when the defaultEC is saved at some later point.
Is this what I'm suppose to be doing to create a nested EC?:
EOEditingContext ec = new EOEditingContext(defaultEC);
Am I suppose
to do any sort of locking and so forth? Should I be using ERXEC?
_______________________________________________
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