-
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
NullPointerException with Batching and Identity id generation #1915
Comments
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
May 22, 2024
The NullPointerException because the method that converts the generated id from the database to a ResultSet was not implemented. We forgot about it because there was no test for identity generation with batching.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
May 22, 2024
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
May 22, 2024
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
May 22, 2024
The NullPointerException because the method that converts the generated id from the database to a ResultSet was not implemented. We forgot about it because there was no test for identity generation with batching.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
May 22, 2024
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
May 22, 2024
The NullPointerException because the method that converts the generated id from the database to a ResultSet was not implemented. We forgot about it because there was no test for identity generation with batching.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
May 22, 2024
DavideD
added a commit
that referenced
this issue
May 23, 2024
The NullPointerException because the method that converts the generated id from the database to a ResultSet was not implemented. We forgot about it because there was no test for identity generation with batching.
DavideD
added a commit
that referenced
this issue
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It causes quarkusio/quarkus#40425
The text was updated successfully, but these errors were encountered: