[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1520) with clause with implied joins within an explicit join

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


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

Steve Ebersole closed HHH-1520.
-------------------------------


Closing stale resolved issues

> with clause with implied joins within an explicit join
> ------------------------------------------------------
>
>                 Key: HHH-1520
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1520
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: query-hql
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.2.0.alpha1, 3.1.3
>
>
> A query like "from Customer c join c.orders o with o.shipment.date < ?" will parse correctly, but later blows up because the SQL is all hosed.  In design, it was assumed that property-refs in the with clause always refer to the FromElement specified in the explicit join.
> We should recognize this condition and throw an appropriate exception.

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