| We should make sure that all the call backs to life-cycle events are working:
- @PrePersist
- @PreRemove
- @PostPersist
- @PostRemove
- @PreUpdate
- @PostUpdate
Some of them might already work because of Hibernate ORM. Note that the @PostLoad annotation has a test already |