On Thu, 5 Sep 2002 06:07, you wrote:

> Jakob Braeuchi wrote:
>
> > hi all,
> >
> > the partial loading is imho not the problem.
> > problems arise when you try to modify and store a partially loaded object.
> > this should not be possible because all not loaded attributes woul be set
> > to null. also when reading a not loaded attribute the object should first
> > do a full load.
>
> Well, you can make setting of ANY attribute complete the loading.  Then
> I don't think that would be a problem.

Hi,

You could also implement it so that not loaded attributes are left alone 
instead of being set to null when they are persisted.  This way you can 
partially load objects, modify them and store them without being concerned 
about the attributes that aren't loaded.

Am I missing something?

Regards,

-- Rodney


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to