Create new entity inside of PreInsertEventListener Hibernate
I am trying to automatically re-hash data when saved to the database using JPA.
The idea is that I have an entity that contains a list of other entities.
I am trying to automatically re-hash data when saved to the database using JPA.
The idea is that I have an entity that contains a list of other entities.