-
Notifications
You must be signed in to change notification settings - Fork 602
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
id(this) not accepted in SELECT, WHERE, and ORDER BY clauses #28925
Labels
Comments
38 tasks
See EclipseLink Issue : 2189 |
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Jul 23, 2024
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Jul 23, 2024
KyleAure
added a commit
to KyleAure/open-liberty
that referenced
this issue
Jul 24, 2024
njr-11
added a commit
to njr-11/open-liberty
that referenced
this issue
Oct 11, 2024
njr-11
added a commit
to njr-11/open-liberty
that referenced
this issue
Oct 11, 2024
…y with IdClass
njr-11
added a commit
to njr-11/open-liberty
that referenced
this issue
Oct 11, 2024
3 tasks
una-tapa
pushed a commit
to una-tapa/open-liberty
that referenced
this issue
Nov 20, 2024
una-tapa
pushed a commit
to una-tapa/open-liberty
that referenced
this issue
Nov 20, 2024
…y with IdClass
una-tapa
pushed a commit
to una-tapa/open-liberty
that referenced
this issue
Nov 20, 2024
Jakarta Data code and tests have been updated to ensure they do not use this pattern. However, customers might attempt it directly with JPQL. I will leave this for the JPA team to decide what to do with it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
EclipseLink is not accepting the id(this) operation, which is new in Jakarta Persistence 3.2, when it is placed within a JPQL SELECT or WHERE clause. (It's possible other clauses might not work either -- this query only tried SELECT and WHERE),
Here is the error:
Similarly,
id(this)
is also not working in the ORDER BY clause.The text was updated successfully, but these errors were encountered: