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
