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?
- Re: Does JOnAS automaticall load all instanced at find ti... markus . karg
- Re: Does JOnAS automaticall load all instanced at fi... Philippe Durieux
- Re: Does JOnAS automaticall load all instanced at fi... markus . karg
- Re: Does JOnAS automaticall load all instanced a... Bruno Dumant
