JPA_정리 - kuyeol/Document GitHub Wiki


repository.findById(person.getId())
          .orElseThrow(NoSuchElementException::new);