コード例 #1
0
 @Transactional()
 public void setExtras(Run run, String extras) throws Exception {
   run.setExtras(extras);
   this.runDao.save(run);
 }