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

Support NULLS {FIRST | LAST} in JPQL queries. #3529

Open christophstrobl opened 2 days ago

christophstrobl commented 2 days ago

This PR adds support for parsing and appending order by items that define a NULL precedence. Supporting NULL precedence for Specifications and the Criteria API needs to be done separately.

Related to: #1280