Misunderstanding Hibernate
After some more tests, I’ve found that I was wrong with some ideas I had about Hibernate.
Also tagged CascadeType, Hibernate, implementation, JUnit, testAfter some more tests, I’ve found that I was wrong with some ideas I had about Hibernate.
Also tagged CascadeType, Hibernate, implementation, JUnit, testSome more JUnit test cases, and some more actions implemented. The application keeps growing.
Also tagged id to load is required for loading, implementation, JUnit, testRefactoring JUnit tests and changing the way account operations are organized has revealed some bad annotations.
Also tagged CascadeType, deleted entity passed to persist, detached entity passed to persist, implementation, JUnit, testSome thoughts about how to classify the account operations, keeping the code simple enough, but without taking any flexibility from the user
Also tagged classifying, design, operations