-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-14416 test cases for re-saving a deleted entity #3706
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
Conversation
|
I have added an additional test case showing that an entity entry that is created by |
|
Thanks for your pull request! This pull request does not follow the contribution rules. Could you have a look? ❌ All commit messages should start with a JIRA issue key matching pattern › This message was automatically generated. |
entity entry after detach and re-save wrongly created with flag "existsInDatabase" false
71a64c7 to
6c680de
Compare
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntity.java
Outdated
Show resolved
Hide resolved
…cedDeletedEntity.java
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntityJPA.java
Outdated
Show resolved
Hide resolved
…cedDeletedEntityJPA.java
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntityJPA.java
Outdated
Show resolved
Hide resolved
…cedDeletedEntityJPA.java
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntityJPA.java
Outdated
Show resolved
Hide resolved
…cedDeletedEntityJPA.java
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntityJPA.java
Outdated
Show resolved
Hide resolved
…cedDeletedEntityJPA.java
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntity.java
Outdated
Show resolved
Hide resolved
…cedDeletedEntity.java
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntity.java
Outdated
Show resolved
Hide resolved
…cedDeletedEntity.java
hibernate-core/src/test/java/org/hibernate/event/ReSaveReferencedDeletedEntity.java
Outdated
Show resolved
Hide resolved
…cedDeletedEntity.java
|
The tests proposed here contained several user misunderstandings, but I did find something interesting, so moving to #9316. |
https://hibernate.atlassian.net/browse/HHH-14416