Skip to content
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

[master] SELECT ID(entityvar) only returns part of IdClass - bug fix and unit tests #2384

Merged

Conversation

rfelcman
Copy link
Contributor

Partially fixes #2211 . At this moment query.getSingleResult() return array of Object which content and order is same are @Id entity attributes. Mapping to declared @IdClass doesn't work yet.

…tests

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
@rfelcman rfelcman mentioned this pull request Mar 21, 2025
@rfelcman rfelcman merged commit 6c66129 into eclipse-ee4j:master Mar 24, 2025
6 checks passed
@rfelcman rfelcman deleted the bug_jpa_2211_SelectIdPartIdClass branch March 24, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SELECT ID(entityvar) only returns part of IdClass
1 participant