I am working on a Spring-MVC application in which I am trying to delete an entity, which has one-to-many relationships with 3 other entities. I have marked the entities to be deleted on Cascade, but it is not working. I am getting an error of foreign key violation..I am working on a Spring-MVC application in whi