How to read JPA results iteratively rather than loading them all into memory
Issue
A JPA query returns a large number of results, but I get an OutOfMemoryError when loading them. Is there any way to process them iteratively and not run out of memory?
Environment
- JBoss Enterprise Application Platform (EAP)
- 5.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.