Displaying 1 result from an estimated 1 matches for "editingcontext".
2006 Oct 03
0
WebObjects-style Object Cache
...t
looking at the ActiveRecord source code I see no place that it would
have been set. This makes me believe my "it just works" assumption is
wrong in this case.
Does anybody have any idea what I''m talking about here?
In WebObjects, all my fetches to objects would go through an
EditingContext. So when I told my Page to fetch pageParts() then that
Page and all the PageParts would get plopped into one EditingContext.
And when I asked a PagePart for it''s Page, it would pull that object
from the EditingContext so I would get exactly the Page object I
expected instead of a fresh c...