RE: [JBoss-dev] Fetch size and JBossPool and Jaws

2001-07-11 Thread Vincent Harcq
Danch, I have done that "by default" (one fetch size for all finders). Honestly, I misunderstood what fetch size was... What I wanted is a limit of entity bean loaded with a finder method. Say I have 2 records. I have a findStartAtName(String name) method. I want to avoid instantiating all 20

Re: [JBoss-dev] Fetch size and JBossPool and Jaws

2001-07-10 Thread danch
Toby Allsopp wrote: > On Tue, Jul 10, 2001 at 08:48:15AM +0200, Vincent Harcq wrote: > >> Hi, >> I want to add a feature that will allow to set the FetchSize associated with >> Statement in Jaws/JBossPool. >> The default FetchSize is in fact dependant of the driver (and is not always >> 0, meani

RE: [JBoss-dev] Fetch size and JBossPool and Jaws

2001-07-10 Thread Vincent Harcq
Hi, > On Tue, Jul 10, 2001 at 08:48:15AM +0200, Vincent Harcq wrote: > > Hi, > > I want to add a feature that will allow to set the FetchSize > associated with > > Statement in Jaws/JBossPool. > > The default FetchSize is in fact dependant of the driver (and > is not always > > 0, meaning get all

Re: [JBoss-dev] Fetch size and JBossPool and Jaws

2001-07-10 Thread Toby Allsopp
On Tue, Jul 10, 2001 at 08:48:15AM +0200, Vincent Harcq wrote: > Hi, > I want to add a feature that will allow to set the FetchSize associated with > Statement in Jaws/JBossPool. > The default FetchSize is in fact dependant of the driver (and is not always > 0, meaning get all records), that's an

[JBoss-dev] Fetch size and JBossPool and Jaws

2001-07-09 Thread Vincent Harcq
Hi, I want to add a feature that will allow to set the FetchSize associated with Statement in Jaws/JBossPool. The default FetchSize is in fact dependant of the driver (and is not always 0, meaning get all records), that's an hazardous thing imho. 1. A bit like IsolationLevel that we can specify on