[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3053) Left Outer Join on Unmapped Tables

Ravi Bala (JIRA) noreply at atlassian.com
Mon Jan 7 11:45:55 EST 2008


Left Outer Join on Unmapped Tables
----------------------------------

                 Key: HHH-3053
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3053
             Project: Hibernate3
          Issue Type: Bug
          Components: query-hql
    Affects Versions: 3.2.1
         Environment: Hibernate 3, Oracle 10g
            Reporter: Ravi Bala


I am trying to use left outer join on two unmapped tables.
How is this possible in HQL?
I tried to see if there is any such problem submitted already from the forums, but I could not find one. 
Please let me know the link if this is already discussed.

Here is the problem:
Table A
Table B

I want to use 
Select a.field1, b.field2 from A a left outer join B b on a.field1 = b.field1

Thanks,
Ravi

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