spring-data-jpa
spring-data-jpa copied to clipboard
Update query parsers with newly introduced JPA 3.2 keywords
This PR updates the query parsers to deal with new keywords/functions in JPQL available via JPA 3.2.
- union
- intersect
- except
- cast
- left
- right
- replace
- ||
NULL precedence (#1280) for result ordering is not part of the changes and needs to be done in another PR.