Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2308586
  • 博文数量: 310
  • 博客积分: 6853
  • 博客等级: 准将
  • 技术积分: 2833
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-04 16:41
文章分类

全部博文(310)

文章存档

2013年(17)

2012年(42)

2011年(76)

2010年(71)

2009年(99)

2007年(2)

2006年(1)

2005年(2)

分类: Java

2009-07-14 13:57:42

使用 useCursorFetch 参数,容易产生该问题。

此参数对节约使用有帮助,但对性能优一定影响(20%)。如果select返回的记录数不多,建议不使用该参数。

其错误原因尚不明确,有一种现象:
f the prepared statement uses LIMIT in the select statement and returns a multiple of the fetch size there is no error, but the following exception is thrown if the limit is changed to a non-multiple of the fetch size.

在hibernate中的配置:



阅读(2725) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~