-
Notifications
You must be signed in to change notification settings - Fork 96
Add missing upsertAll and upsertMultiple to the StatelessSession #2139
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
Comments
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 7, 2025
* Rename it to ReactiveStatelessWithBatchTest * Clean up unit tests
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 7, 2025
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 7, 2025
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 7, 2025
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 7, 2025
* Rename it to ReactiveStatelessWithBatchTest * Clean up unit tests
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 7, 2025
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 7, 2025
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Mar 7, 2025
DavideD
added a commit
that referenced
this issue
Mar 7, 2025
* Rename it to ReactiveStatelessWithBatchTest * Clean up unit tests
DavideD
added a commit
that referenced
this issue
Mar 7, 2025
DavideD
added a commit
that referenced
this issue
Mar 7, 2025
DavideD
added a commit
that referenced
this issue
Mar 7, 2025
Awesome, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we added the
upsert
method to the Stateless session, we didn't add the methods for batching.The text was updated successfully, but these errors were encountered: