0 Replies Latest reply on Mar 29, 2007 10:26 PM by kasim

    EJB3 - setParameterList?

    kasim


      This isnt really a seam question per se. But thought ya'll might know the answer.

      if you are doing in a query foo in (:list_values)

      how do you do that in EJB3?

      I know in hibernate there is a setParameterList on the query object ... i was trying to passing varargs to it.