30 Nov
2003
30 Nov
'03
11:01 p.m.
Dylan Reinhardt wrote at 2003-11-29 08:36 -0800:
On Fri, 2003-11-28 at 20:33, Gabriel Genellina wrote: ... If you *do* store persistent objects within persistent objects, you'll typically save a new copy of the parent object each time a change is made to one of the children.
You mean: when you do store *NON*-persistent objects within persistent objects, then ... Otherwise, any change in your Zope hierarchy would write the complete hierarchy (which, of course, is not the case) as "ObjectManager" (a persistent object) does store its content items (again persistent objects) as attributes. -- Dieter