Hi Linda, hi Mike,
with EJB3 an EJBQL query might have multiple expressions in the SELECT
clause, e.g. "SELECT e.firstname, e.lastname FROM Employee e". What is
the return type in this case? More specific, what is the type of the
elements in the list returned by getResultList resp. what is the type of
the instance returned by getSingleResult? Did I overlook something in
the spec?
I think it is important for the user to know what to expect when
iterating the query result, it might be an object array, a list, etc.
Thanks!
Regards Michael