From: Mark B. (JIRA) <no...@at...> - 2006-04-25 15:28:28
|
add outer join support for aliases on detached cirteria ------------------------------------------------------- Key: HHH-1696 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1696 Project: Hibernate3 Type: Improvement Components: core Versions: 3.1.3, 3.2.0 cr1 Environment: Hibernate 3.1, SQLServer2000 Reporter: Mark Brocato 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 |