Exemplo n.º 1
0
 public void findOne() {
   String id = "5338e1cdf6bfc8a01e233b4d";
   Person p = pr.findOne(id);
   System.out.println(p);
 }