2 Replies Latest reply on Dec 23, 2002 9:06 AM by iris

    How to call ejbSelect from home interface

    iris

      Hi,

      I want to use an ejbSelect method to do a query
      like SELECT DISTINCT o.field WHERE ....
      but I only see a way to call an ejbSelect with an
      instance of entity bean.

      My question is: is there a way to call an ejbSelect from
      home interface (with no need to have an entity bean instance) ?

      thanks

      Iris