I\'m am currently trying to use a Spring Data repository to delete some of my entities. The delete call works without any exceptions/error messages, but the entity is not delete
This is because you set mappedBy = "board" on Post class, doing so you tell that the master of Post is Board.