コード例 #1
0
 @Transactional
 public void edit(Student student) {
   studentDAO.edit(student);
 }