IIRC no... But I think we should.
Andrus
On Jun 10, 2008, at 11:09 AM, Lachlan Deck wrote:
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