-
Notifications
You must be signed in to change notification settings - Fork 96
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
Comments
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
@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
Closed
blafond
added a commit
to blafond/hibernate-reactive
that referenced
this issue
Mar 8, 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: