hibernate-reactive
hibernate-reactive copied to clipboard
Test upsert with inheritance
We only test the upsert for ReactiveSingleTableEntityPersister, but it's also implemented for ReactiveUnionSubclassEntityPersister and ReactiveJoinedSubclassEntityPersister
We should also test the deletion of rows with upsert works (currently we only test the update) Related to issue #1702
Hello,
I want to work on this issue. I found the UpsertTest.java class which contains the upsert tests already. I will check this class for a reference. But I didnt get exactly what do you mean here "deletion of rows with upsert works". Can you help me on this please.
Hello, forget about the delete. When I created the issue I thought there was a way to also do that.
Thanks a lot for the offer.
If you create the test and it doesn't work, make sure to sync with @blafond before applying changes to the main code. He's working on something related to this.
As far as contribution guides, we use the same as the ORM one: https://github.com/hibernate/hibernate-orm/blob/main/CONTRIBUTING.md
Thanks a lot