[hibernate-issues] [Hibernate-JIRA] Created: (ANN-815) @Filter with elements()-condition does not work

Johan Hammar (JIRA) noreply at atlassian.com
Fri Apr 3 06:37:38 EDT 2009


@Filter with elements()-condition does not work
-----------------------------------------------

                 Key: ANN-815
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-815
             Project: Hibernate Annotations
          Issue Type: Bug
    Affects Versions: 3.4.0.GA
         Environment: Hibernate Annotations 3.4.0 GA, Oracle 10G
            Reporter: Johan Hammar
            Priority: Minor


I've defined a filter like this:
@Filter(name="channelFilter", condition=":param in elements(channels)"). 

The elements()-part is not parsed and the generated SQL looks like this:
... where ? in elements(entit0_.channels) ...



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