Re: [castor-dev] [JDO] lazy loaded collections

2004-05-07 Thread Werner Guttmann
ot; of results from a database >> query. In >> other words, iterate the first 10 items in the lazy >> loaded collection before closing the transaction and >> returning the object. >> > >> >Otherwise, you need to load the object from within >> your JSP pag

Re: [castor-dev] [JDO] lazy loaded collections

2004-05-06 Thread Jon Wilmoth
castor-taglib.sourceforge.ne > > > >Hope this helps, > > > >Patrick > > > > > >-Original Message- > >From: Jon Wilmoth [mailto:[EMAIL PROTECTED] > >Sent: Thu 5/6/2004 4:59 PM > >To: [EMAIL PROTECTED] > >Subject: [castor-de

Re: [castor-dev] [JDO] lazy loaded collections

2004-05-06 Thread Werner Guttmann
al Message- >From: Jon Wilmoth [mailto:[EMAIL PROTECTED] >Sent: Thu 5/6/2004 4:59 PM >To: [EMAIL PROTECTED] >Subject: [castor-dev] [JDO] lazy loaded collections > > >After turning on logging on my JDBC driver, I noticed >that a seperate query statement was is

Re: [castor-dev] [JDO] lazy loaded collections

2004-05-06 Thread Patrick van Kann
Hope this helps, Patrick -Original Message- From: Jon Wilmoth [mailto:[EMAIL PROTECTED] Sent: Thu 5/6/2004 4:59 PM To: [EMAIL PROTECTED] Subject: [castor-dev] [JDO] lazy loaded collections After turning on logging on my JDBC driver, I noticed that a seperate query statement was issued f

[castor-dev] [JDO] lazy loaded collections

2004-05-06 Thread Jon Wilmoth
After turning on logging on my JDBC driver, I noticed that a seperate query statement was issued for each child object in a parent child relationship (i.e. ProductGroup --> Product). Query "SELECT AA_PRODUCT_GROUP.PROD_GROUP_ID,AA_PRODUCT.PRODUCT_ID,AA_PRODUCT_GROUP.CATEGORY FROM AA_PRODUCT_GR