Re: cascading update
[prev]
[thread]
[next]
[Date index for 2005/04/08]
On Fri, 2005-04-08 at 19:08 +0100, jldommer@xxxx.xxxxx.xxx wrote:
> What he means by 'cascading sumbit' is that if I have a parent object
> with multiple children and I change some of the fields in the child
> objects, I'd like to be able to send these changes to the db by
> calling update on the parent so that I don't have to call update on
> each of the individual children.
You could just use the object index to call update on every object in
memory if it has been changed since the last save.
- Perrin
|
|
Re: cascading update
Perrin Harkins 18:41 on 08 Apr 2005
|