コード例 #1
0
 public void update(HockeyMatch entity) {
   dao.openCurrentSessionwithTransaction();
   dao.update(entity);
   dao.closeCurrentSessionwithTransaction();
 }