]
Diego Pires Plentz resolved HHH-2887.
-------------------------------------
Assignee: Diego Pires Plentz
Resolution: Duplicate
DetachedCriteria -> createCriteria with alias
---------------------------------------------
Key: HHH-2887
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2887
Project: Hibernate3
Issue Type: Bug
Reporter: Jürgen Ulrich
Assignee: Diego Pires Plentz
In src\org\hibernate\DetachedCriteria.java:
public DetachedCriteria createCriteria(String associationPath, String alias)
throws HibernateException {
return new DetachedCriteria( impl, criteria.createCriteria(associationPath) );
}
have to be changed to
public DetachedCriteria createCriteria(String associationPath, String alias)
throws HibernateException {
return new DetachedCriteria( impl, criteria.createCriteria(associationPath, alias) );
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: