Same here. 

And I kinda want a String grammar for queries, but don't want it to look like 
EJBQL (with explicit joins and stuff). 


> On Sep 14, 2026, at 9:51 AM, John Huss <[email protected]> wrote:
> 
> We don't use EJBQL at my workplace, so I have no opinion, but I wouldn't be
> sad if it went away.
> 
> On Sun, Sep 13, 2026 at 12:44 PM Andrus Adamchik <[email protected]>
> wrote:
> 
>> Been trying to figure out how to replace EJBQL for some time. I am leaning
>> towards a completely new grammar (about 70% overlap) that fully aligns with
>> Cayenne query and expression structure. Check out some ideas and examples
>> at https://issues.apache.org/jira/browse/CAY-3026 . I especially like
>> select queries with an optional select clause:
>> 
>>  from Artist where artistName like 'A%' order by dateOfBirth desc limit 10
>> 
>> Comments? Anyone actually depends on the existing EJBQL grammar?
>> 
>> Andrus

Reply via email to