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
@Transactional int deleteAuthorByName(String name);
you should write @Transactional in Repository extends JpaRepository