使用 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) |