[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-1696) Add outer join support for aliases on DetachedCriteria
Philip Saville (JIRA)
noreply at atlassian.com
Thu Oct 4 19:28:26 EDT 2007
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28361 ]
Philip Saville commented on HHH-1696:
-------------------------------------
When will this be addressed?
DetachedCriteria is a useful tool.... But having to manually patch this seems crazy when the fix is so simple.
> Add outer join support for aliases on DetachedCriteria
> ------------------------------------------------------
>
> Key: HHH-1696
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1696
> Project: Hibernate3
> Issue Type: Improvement
> Components: query-criteria
> Affects Versions: 3.1.3, 3.2.0 cr1
> Environment: Hibernate 3.1, SQLServer2000
> Reporter: Mark Brocato
> Attachments: HHH-1696.patch
>
>
> Recently, support for aliasing via an outer join was added to the Criteria class. The method
> createAlias(String associationPath, String alias, int joinType)
> , however, is not defined for DetachedCriteria. Adding this functionality would be extremely helpful for applications that expose detached criteria as their query api, and also for subqueries.
--
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