[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6591) Port changes for HHH-5348 to 3.6 branch

King (JIRA) noreply at atlassian.com
Fri Aug 26 04:15:04 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43356#comment-43356 ] 

King commented on HHH-6591:
---------------------------

good job!! man~~~

> Port changes for HHH-5348 to 3.6 branch
> ---------------------------------------
>
>                 Key: HHH-6591
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6591
>             Project: Hibernate Core
>          Issue Type: Task
>          Components: entity-manager
>    Affects Versions: 3.6.6
>            Reporter: Ondrej Zizka
>            Assignee: Steve Ebersole
>             Fix For: 3.6.8
>
>          Time Spent: 9h 7m
>  Remaining Estimate: 0h
>
> This
> {code}
> List<MyClass> list = em.createQuery("SELECT NEW org.test.MyClass( 'Foo', 123 ) FROM IrcEvent ev", MyClass.class).getResultList();
> {code}
> and this
> {code}
> List<Object[]> list = em.createQuery("SELECT 'Foo', 123 FROM IrcEvent ev", Object[].class).getResultList();
> {code}
> ends up with:
> {quote}
> java.lang.IllegalArgumentException: Cannot create TypedQuery for query with more than one return
> {quote}
> Both should work according to docs.
> This has been reported and worked on as per HHH-5348, but the issue prevails.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list