[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-2887) DetachedCriteria -> createCriteria with alias
Jürgen Ulrich (JIRA)
noreply at atlassian.com
Thu Oct 11 05:54:38 EDT 2007
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_28401 ]
Jürgen Ulrich commented on HHH-2887:
------------------------------------
oh i see this issue is created here too:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-925
Sry for creating this issue.
Best Regards
Jürgen Ulrich
> 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
>
> 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