0 Replies Latest reply on Feb 15, 2008 10:18 AM by german.otero

    EJBQL + in filter + EL

    german.otero

      I don't know, and i can't find nothing in google.

      How to filter a collection (one to many relation) with El.
      In my query object (EntityQuery).
      I need to do this

      Select x from X x where x.area in (#{y.areas})


      tnks