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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira