Re: newbie question

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Tue Apr 22 2008 - 09:51:49 EDT

  • Next message: Borut Bolčina: "Re: newbie question"

    On Apr 22, 2008, at 4:33 PM, Borut Bolčina wrote:

    > String ejbql = "SELECT max(id) FROM Event";

    Try "SELECT max(e.id) FROM Event e"... Using entity aliases seems to
    be required by the EJBQL spec which Cayenne tries to follow.

    Andrus



    This archive was generated by hypermail 2.0.0 : Tue Apr 22 2008 - 09:52:22 EDT