-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update JPQL and HQL parsers with newly introduced JPA 3.2 keywords #3136
Comments
Does null precedence work on Page requests? Because its not working for me with version 3.2.1
|
No, it's not working with 3.2.1 because the JPA spec level is at 3.1. Starting with JPA 3.2, the API will specify null precedence (see https://projects.eclipse.org/projects/ee4j.jpa/releases/3.2) |
I have the same issue too. Dont understand why it's happen |
@mp911de and @christophstrobl - would you guys know when the issue that @Nendanfito explained here will be fixed? |
Did you find a workaround? |
@emaranga I configured it for spring in general in the application.yaml:
With that solution all the querys made by jpa will return nulls last, in case you don't want it you have to made a nativeQuery. |
See https://deploy-preview-652--jakartaee-specifications.netlify.app/specifications/persistence/3.2/
union
,intersect
,except
,cast
,left
,right
, andreplace
for Jakarta Persistence QL and criteria queries||
string concatenation operator to Jakarta Persistence QLThe text was updated successfully, but these errors were encountered: