-
Notifications
You must be signed in to change notification settings - Fork 92
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
Unable to load multiple entities with embedded ids in 2.4.0.Final (and hibernate-core 6.6.0.Final) #1979
Comments
I seem to be affected by a similar issue when using
Furthermore, when i attempt to fetch related entities in the same query, a
I assume this problem might have the same root cause. |
The same issue with quarkus 3.14.2 |
Hey @DavideD, @Sanne, @gavinking, any idea about the root cause or a possible workaround? As @Sharofiddin pointed out, this is currently blocking our update to Quarkus 3.14, which is especially problematic since the Quarkus team plans to use this version as the basis for its LTS version 3.15. Would be great if you could have a look soon! |
I will have a look |
I can confirm this is a bug. I'm working on it |
When using the find with multiple embedded ids, only the first result was returned.
When using the find with multiple embedded ids, only the first result was returned.
When using the find with multiple embedded ids, only the first result was returned.
An exception is thrown when trying to load multiple entities with embedded ids:
Please have a look at the reproducer example attached
hibernate-reactive-embeddedid-issue.zip
Uncompress it and run
./gradlew run
and see the exception being thrown.Please note if dependencies are changed to
then the exception is not being thrown.
The text was updated successfully, but these errors were encountered: