[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2773?page=c...
]
Max Rydahl Andersen commented on HHH-2773:
------------------------------------------
...and in what convoluted scenario does you require to fetch 2147483648 rows instead of
2147483647 ?
setMaxResultSize starts to be pretty pointless in those ranges doesn't it ? .......
but sure casting is annoying - use jdk5 ;)
Incongurency between query count(*) data type and
Query.setFirstResult()
------------------------------------------------------------------------
Key: HHH-2773
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2773
Project: Hibernate3
Issue Type: Bug
Affects Versions: 3.2.5
Reporter: Javier
When a query thru the Query interface returns tha value of count(*) it returns a long
value but when you need to set the query.setFirstResult() you need to set it thru an
integer value which is inconsistent whith the count(*) return type.
The same happens if you need to use setMaxResults(int maxResults).
Obviously casting long to int does not solve the problem because if you need to use a
long value greater than maxint you can't.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira