예제 #1
0
 @Transactional
 public boolean updateUser(User user) {
   dao.updateUser(user);
   return true;
 }