コード例 #1
0
 public List<T> getAll() {
   return (List<T>) dao.getAll();
 }