With ebean.createQuery(...).setListener(...).findList() construction it is easy to process large tables but currently no more than hardcoded GLOBAL_ROW_LIMIT (1000000) rows are returned. It would be very useful to allow this parameter to be configurable (Like nativesql.defaultmaxrows for native queries). Also it would be nice if limit could be removed (For example: by setting it to zero)
I've created patch but do not know how to attach it.