Re: NamedQuery / SQLTemplate keyPath validation

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Tue Jun 10 2008 - 04:09:33 EDT

  • Next message: Andrus Adamchik: "Re: NamedQuery / SQLTemplate keyPath validation"

    On 10/06/2008, at 6:02 PM, Andrus Adamchik wrote:

    > Unlike SQLTemplate, EJBQL operates in object terms, abstracted from
    > SQL (this is why I said earlier that it is similar to SelectQuery).
    > So it is free from the constraints that I mentioned and you can do
    > something like this:
    >
    > String ejbql = "SELECT count(a) FROM Artist a WHERE " +
    > expression.toEJBQLString("a");

    One more clarification...

    I assume restricting qualifiers are not auto-applied?

    Thanks again

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Tue Jun 10 2008 - 04:10:12 EDT