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
I've the same problem, test is ok but on db row isn't deleted.
have you added the @Transactional annotation to method? for me this change makes it work