[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-1276) Add outer join support to Criteria API

Jan Heger (JIRA) noreply at atlassian.com
Wed Nov 22 09:43:07 EST 2006


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1276?page=comments#action_25409 ] 

Jan Heger commented on HHH-1276:
--------------------------------

Is there a reason, why this is not implemented in DetachedCriteria (CriteriaSpecification)?
I'm pretty new to Hibernate but was looking for exactly this feature. Took me a while to realize that I can not use it, since it's missing in the CriteriaSpecification interface.

> Add outer join support to Criteria API
> --------------------------------------
>
>          Key: HHH-1276
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1276
>      Project: Hibernate3
>         Type: Patch

>   Components: core
>     Versions: 3.1
>     Reporter: Jeremy Haile
>  Attachments: patch.txt
>
>
> Here's a patch that allows users to specify a joinType when calling createCriteria and createAlias on the Criteria interface.  This allows you to specify outer joins when creating Criteria.  If you have any questions or see anything I missed - let me know.  I have tested and am currently using the patch with no problems.

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