[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4033) 'where' filter for many-to-many relation does not work

Rupesh Kumar (JIRA) noreply at atlassian.com
Thu Jul 9 02:48:12 EDT 2009


'where' filter for many-to-many relation does not work 
-------------------------------------------------------

                 Key: HHH-4033
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4033
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 3.3.1
            Reporter: Rupesh Kumar


When you add a filter using 'where' attribute for many-to-many relation, Hibernate uses column from the join table to create the the filter-condition. This seems wrong. The filter should happen on the associated table. If where attribute is meant to do the filtering on join table, then we need another attribute so that filtering can be done on the associated table.

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