Getting GC overhead limit exceeded while fetching millions of records using JPA createQuery();

后端 未结 0 1592
渐次进展
渐次进展 2020-12-04 16:22
String reportQuery="Select pr from ProductivityReport pr where pr.reportDate=:reportDate";
Query query = entityDao.getEntityManager().createQuery(reportQue         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题