@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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira