[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2773?page=c...
]
Emmanuel Bernard commented on HHH-2773:
---------------------------------------
Actually we should create a JPA 2.0 version. It's more an issue the spec needs to
solve.
I think the user want to have setMaxResults and setFirstResult using long parameters.
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