[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3308) add a possibility to make OUTER JOIN on "any" types

Gregory Klimov (JIRA) noreply at atlassian.com
Wed May 28 08:38:33 EDT 2008


add a possibility to make OUTER JOIN on "any" types
---------------------------------------------------

                 Key: HHH-3308
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3308
             Project: Hibernate3
          Issue Type: New Feature
          Components: core, query-criteria, query-hql
            Reporter: Gregory Klimov
            Priority: Minor


http://www.hibernate.org/hib_docs/reference/en/html/queryhql.html
Only inner join is supported according to documentation:
from AuditLog log, Payment payment 
where log.item.class = 'Payment' and log.item.id = payment.id

Hibernate has no possibility to compose queries using OUTER JOIN on "any" types (neither with Criteria api, nor with HQL).

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