Skip to content

Add support for soft deletes #1787

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

Closed
DavideD opened this issue Nov 8, 2023 · 1 comment · Fixed by #1886
Closed

Add support for soft deletes #1787

DavideD opened this issue Nov 8, 2023 · 1 comment · Fixed by #1886
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented Nov 8, 2023

Hibernate ORM 6.4 introduces soft deletes, we should check if the new feature also works in Hibernate Reactive

Hibernate ORM docs: https://docs.jboss.org/hibernate/orm/6.4/userguide/html_single/Hibernate_User_Guide.html#soft-delete

@DavideD DavideD added the enhancement New feature or request label Nov 8, 2023
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 27, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 28, 2024
@blafond
Copy link
Member

blafond commented Feb 28, 2024

@DavideD I"m making some progress. I"ve created 2 tests on my branch. ORM has a bunch of different @softdelete tests and checks not only query results but metadata from the session metamodel. I'm assuming we should stick to the query tests.

blafond added a commit to blafond/hibernate-reactive that referenced this issue Feb 29, 2024
blafond added a commit to blafond/hibernate-reactive that referenced this issue Mar 8, 2024
@DavideD DavideD self-assigned this Apr 17, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 18, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 19, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 19, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 19, 2024
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 19, 2024
DavideD added a commit that referenced this issue Apr 19, 2024
DavideD added a commit that referenced this issue Apr 19, 2024
@DavideD DavideD added this to the 2.3.0.Final milestone Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants