Beispiel #1
0
 public Set<Comment> findByTaskIdOrderByDateDesc(String id) {
   return commRepo.findByTaskIdOrderByDateDesc(id);
 }