コード例 #1
0
 @Override
 public List<FoodType> getAll(String typeName) {
   try {
     // TODO Auto-generated method stub
     return foodTypeDao.getAll(typeName);
   } catch (Exception e) {
     // TODO: handle exception
     throw new RuntimeException(e);
   }
 }