Misunderstanding Hibernate
After some more tests, I’ve found that I was wrong with some ideas I had about Hibernate.
Also tagged CascadeType, implementation, JUnit, model, testAfter some more tests, I’ve found that I was wrong with some ideas I had about Hibernate.
Also tagged CascadeType, implementation, JUnit, model, testA better explanation about some usual Hibernate-related errors: deleted entity passed to persist, detached entity passed to persist and id to load is required for loading
Also tagged deleted entity passed to persist, detached entity passed to persist, errors, id to load is required for loading