我遇到了一个问题,hibernate刷新策略在处理订单上的一组行项时经历了一段时间的减速。当随后的更新被调用到JBoss Seam更新时,减速会增加。代码的业务流程接受“n”行项的顺序,为业务目的修改每一行项,调用该行项上的seam/hibernate update(),然后转移到下一行项。在Hibernate中,在调用update()时立即响应。...remainder of code omitted since the delay happens before the above log entry appe