Re: Partially saving the object graph. How? (Jean Pierre Malrieu)
Re: Partially saving the object graph. How? (Jean Pierre Malrieu)
- Subject: Re: Partially saving the object graph. How? (Jean Pierre Malrieu)
- From: Gary Teter <email@hidden>
- Date: Mon, 19 Mar 2007 13:42:36 -0700
I'm going to agree with Chuck and the rest that this is probably a
bad idea.
However, if I had my heart set on doing it, I'd look at creating an
EOAdaptorChannel delegate and implement the
adaptorChannelWillPerformOperations method so it removes the adaptor
operations pertaining to entity B.
But I don't think EOF will be very happy that you're doing this. That
means you'll have enterprise objects and snapshots in memory that
don't correspond to rows in the database, so you may need to also
implement an EODatabaseContext delegate for
databaseContextFailedToFetchObject and/or the various
databaseContextShouldFetch methods.
Perhaps a better solution would be to remap entity B to a different
table for this special application so it's not cluttering up the real
entity B table?
--
WireHose: Smart metadata and personalization for WebObjects.
http://wirehose.com/
_______________________________________________
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