I have a spring 4 app where I\'m trying to delete an instance of an entity from my database. I have the following entity:
@Entity public class Token impleme
In my case was the CASCADE.PERSIST, i changed for CASCADE.ALL, and made the change through the cascade (changing the father object).