[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3694) ResultTransformer not used when scroll() is used on a named SQLQuery

Oscar Pearce (JIRA) noreply at atlassian.com
Wed Jan 7 19:40:38 EST 2009


ResultTransformer not used when scroll() is used on a named SQLQuery
--------------------------------------------------------------------

                 Key: HHH-3694
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3694
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: Hibernate Core 3.3.1, PostgreSQL 8.1, HSQLDB 1.8
            Reporter: Oscar Pearce
            Priority: Minor
         Attachments: sqlqueryrestrans.zip

If a ResultTransformer is set on a named SQLQuery, and then scroll() is used on the query, the ResultTransformer is never used.  The unit test in the attached Maven project shows this.

The fix seems simple - a one-line change in org.hibernate.loader.custom.CustomLoader#getHolderInstantiator(ResultTransformer resultTransformer, String[] queryReturnAliases).  The sense of the test of resultTransformer against null should be reversed.

-- 
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