column/entity property names

From: Robert Zeigler (robert.zeigle..oxanemy.com)
Date: Mon Jul 19 2010 - 22:54:53 UTC

  • Next message: Andrey Razumovsky: "Re: column/entity property names"

    Is it possible to get the property names involved in an EJBQLQuery, eg, when the query returns type of Object[]?

    For instance:

    select m.firstName, m.lastName from Member m where...;

    I'd love to be able to programmatically analyze a query like the above to learn that the query is select the "firstName" and "lastName" properties. Is this possible?

    Robert



    This archive was generated by hypermail 2.0.0 : Mon Jul 19 2010 - 22:56:34 UTC