Updated README.md

added link back to the article: https://www.baeldung.com/hibernate-detached-entity-passed-to-persist
This commit is contained in:
Asjad J 2022-06-27 14:53:32 +05:00 committed by GitHub
parent cee261bdcb
commit fabe15ba74
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@
- [Hibernates “Object References an Unsaved Transient Instance” Error](https://www.baeldung.com/hibernate-unsaved-transient-instance-error)
- [EntityNotFoundException in Hibernate](https://www.baeldung.com/hibernate-entitynotfoundexception)
- [Hibernates “Not-Null Property References a Null or Transient Value” Error](https://www.baeldung.com/hibernate-not-null-error)
- [Hibernate's “Detached Entity Passed to Persist” Error](https://www.baeldung.com/hibernate-detached-entity-passed-to-persist)