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