[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-2379) adding a new method to DetachedCriteria

Diego Pires Plentz (JIRA) noreply at atlassian.com
Sun Sep 9 16:54:14 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Diego Pires Plentz resolved HHH-2379.
-------------------------------------

      Assignee: Diego Pires Plentz
    Resolution: Duplicate

> adding a new method to DetachedCriteria
> ---------------------------------------
>
>                 Key: HHH-2379
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2379
>             Project: Hibernate3
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.2.1
>         Environment: 3.2, all db flavors
>            Reporter: Vadim Marchenko
>            Assignee: Diego Pires Plentz
>   Original Estimate: 1 minute
>  Remaining Estimate: 1 minute
>
> I propose to add additional method to detached criteria to allow creating of  left join constructs as in
> public DetachedCriteria createAlias(String associationPath, String alias, int joinType)
> 	throws HibernateException {
> 		criteria.createAlias(associationPath, alias, joinType);
> 		return this;
> 	}

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