[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-2887) DetachedCriteria -> createCriteria with alias
Diego Pires Plentz (JIRA)
noreply at atlassian.com
Thu Oct 11 06:22:38 EDT 2007
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: 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