4 Replies Latest reply on Mar 26, 2007 9:23 PM by gus888

    framework:entity-query

    monkeyden

      A couple questions:

      What is the type resulting from <framework:entity-query> in the components.xml? It appears to be Query, since #{people.resultList} is used in JSF.

      Is there any way to inject the results of an entity query into a JavaBean, sort of like:

      @In("#{people.resultList}")
      List people;