コード例 #1
0
ファイル: TaskService.java プロジェクト: kayxu/hero
 @Transactional(readOnly = false)
 public void deleteTask(Long id) {
   taskDao.delete(id);
 }