JPA: what is the proper pattern for iterating over large result sets?

后端 未结 15 2533
攒了一身酷
攒了一身酷 2020-11-27 09:50

Let\'s say I have a table with millions of rows. Using JPA, what\'s the proper way to iterate over a query against that table, such that I don\'t have all an in-memo

15条回答
提交回复
热议问题