Fixed
Details
Assignee
Strong LiuStrong LiuReporter
Strong LiuStrong LiuComponents
Fix versions
Affects versions
Priority
Critical
Details
Details
Assignee
Strong Liu
Strong LiuReporter
Strong Liu
Strong LiuComponents
Fix versions
Affects versions
Priority
Created April 3, 2011 at 4:40 PM
Updated March 7, 2014 at 10:09 PM
Resolved April 6, 2011 at 8:05 PM
when do a query with setFirstResult on derby, Exception like below be thrown
by dig into the code, in
org.hibernate.loader.Loader#prepareQueryStatement
the "scroll" is false, and useScrollableResultSetToSkip is "true", so, the scroll model comes from queryParameters, which is null.