Looks like the javadoc is a bit confusing on that point. It should probably read "record objects", and not "Record objects".
Its not actually returning a list of objects of type "Record". Its a list of your table mapping objects. If you call FooPeer.executeQuery(), you'll get back a list of Foo objects. jrw On Fri, May 17, 2002 at 09:43:59AM -0700, [EMAIL PROTECTED] wrote: > Hello, > > > > Forgive me if this is a dumb question, but what is the Record class in the > List returned from BasePeer.executeQuery? The only Record class I see in > any API is the javax.resource.cci.Record, but I don't think that has > anything to do with getting rows from a database. > > > > Thanks! > > David > > > > David A. Ventimiglia > > Wells Fargo Private Client Services > > (415) 396-0414 (work) > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
