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

Vadim Marchenko (JIRA) noreply at atlassian.com
Wed Jan 24 13:16:19 EST 2007


adding a new method to DetachedCriteria
---------------------------------------

         Key: HHH-2379
         URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2379
     Project: Hibernate3
        Type: Improvement

  Components: core  
    Versions: 3.2.1    
 Environment: 3.2, all db flavors
    Reporter: Vadim Marchenko


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