I just wondered when JOnAS to load a CMP Entity Bean. If I do a findAll (emtpy WHERE), 
does JOnAS load a bean for each
instance at that time? Or does JOnAS perform the load when that instance is first 
used? The problem is that I tried the EB
example from JOnAS on a table that holds 6000 rows of data. The findAllAccounts needs 
many, many seconds. I tried this from a
simple JDBC application, and this returns immediately after executing the query. So, 
is there room for improvement?

Reply via email to