[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2773) Incongurency between query count(*) data type and Query.setFirstResult()

Javier (JIRA) noreply at atlassian.com
Wed Aug 8 15:26:13 EDT 2007


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list