spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.93k stars 1.39k forks source link

Update query parsers with newly introduced JPA 3.2 keywords #3526

Open christophstrobl opened 6 days ago

christophstrobl commented 6 days ago

This PR updates the query parsers to deal with new keywords/functions in JPQL available via JPA 3.2.

NULL precedence (#1280) for result ordering is not part of the changes and needs to be done in another PR.