Implemented an AbstractPersistenceManager the handles basic CRUD features ignoring an update implementation because this is done by hibernate & jpa during setting of attributes and does not require dedicated methods.
The save methods additionally add a new uuid to the elements.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Implemented an AbstractPersistenceManager the handles basic CRUD features ignoring an update implementation because this is done by hibernate & jpa during setting of attributes and does not require dedicated methods.
The save methods additionally add a new uuid to the elements.
Basic managers and pojos work as expected.