This one time, at band camp, Enrico Thor said:

ET>thanks for hint. But what I tried in particular was to match the whole
ET>set, meaning that in the above example the comparison is true if and
ET>only if a product ist related to _all_ the categories of the compared
ET>set. So what I need is having sets (or maybe lists) on both sides of the
ET>comparator: "product.categories" actually references a _java.util.Set_.
ET>Changing it to list and rewriting the statement as:
ET>
ET>"SELECT product FROM foo.Product product WHERE product.categories
ET><<<this is a set<<< IN LIST("cat1", "cat2", "cat3")" 
ET>
ET>will not work either. Do you have any more Ideas?

Now I see what you mean. Castor does not support that. 

Bruce
-- 
perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to