[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1553) Hibernate Dynamic Query Translator can't pase the "(" after inner join

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:00:44 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-1553.
-------------------------------


Closing stale resolved issues

> Hibernate Dynamic Query Translator can't pase the "(" after inner join
> ----------------------------------------------------------------------
>
>                 Key: HHH-1553
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1553
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: query-hql
>    Affects Versions: 3.1.2
>         Environment: Eclipse 3.1.2 with the most recent Hibernate plugin
>            Reporter: david  zhang
>         Attachments: screenshot.jpg
>
>   Original Estimate: 40h
>  Remaining Estimate: 40h
>
> See the HQL(assume all the entity is mapped):
> select a from b inner join (select c from d) as e on e.id=b.id
> Hibernate Dynamic Query Translator reports: "unexpected token: (". 
> This is a valid SQL, so how can I make a valid HQL like this?

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