EOSharedEditingContext and objectsMatchingValues
EOSharedEditingContext and objectsMatchingValues
- Subject: EOSharedEditingContext and objectsMatchingValues
- From: Daniel Muller <email@hidden>
- Date: Thu, 9 Jan 2003 15:11:39 +0100
Hi all,
I'd like to know if the below code is correct or not. I mean if it's
correct to call EOUtilities.objectsMatchingValues with the default
shared editing context:
EOSharedEditingContext sharedEC =
EOSharedEditingContext.defaultSharedEditingContext();
myList = EOUtilities.objectsMatchingValues(sharedEC, "myEntityName",
myMatchingDict );
btw, objects are only use to populate popup menu, they are never
changed.
with WO 5.2 and 5.1, it works, but I don't know if this is the way to
use the shared editing context.
any comment are welcome, thanks.
Daniel
--
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.