I suggest to use the findby methods in ofbiz it uses cursors so it
manages large data sets.
however you can read
framework\webtools\webapp\webtools\WEB-INF\actions\entity\EntitySQLProcessor.bsh
> salmant sent the following on 8/30/2008 3:27 AM:
>> Hi,
>> I would like to know how ofbiz manage large sets of data with entity
>> engine tools, in beanshell for example, when doing a query-like "SELECT
>> * FROM verybigtable" ?
>> Thank you
>>
>>
>>
>