コード例 #1
0
ファイル: AphorismService.java プロジェクト: yoting/blog
 public Aphorism getAphorismById(Long id) {
   return aphorismDao.getObjById(id);
 }