Hi David David Corbin wrote: > Can a RowReader load a new object (of a different class) from the > database? It doesn't look like "readObjectFrom" has enough information > available to do this.
The RowReader is typically used to load agregated objects (as shown in tutorial 3). But it is also possible to perform arbitrary lookups by using a second persistencebroker. cheers, Thomas > Thanks > David > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
