コード例 #1
0
 @Override
 public List<Person> readPersonList() {
   return Person.getAll();
 }