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
CascadeType.PERSIST and orphanRemoval=true doesn't work together.