Exemplo n.º 1
0
 @Transactional
 public void deleteConnection(Connection connection) {
   connectionRepository.delete(connection);
 }