假设我的查询检索了30,000条记录,但我必须在一批中检索3000条记录。总共我必须分10批检索30,000条记录。我使用spring hibernate,该怎么办?
答案 0 :(得分:0)
使用Spring和hibernate逐批获取数据,请参考以下链接: -
https://www.mkyong.com/hibernate/hibernate-fetching-strategies-examples/
http://www.javamakeuse.com/2015/03/tutorial-hibernate-4-batch-fetching.html