示例#1
0
 @Transactional(readOnly = false)
 public void deletar(long id) {
   autorRepository.delete(id);
 }