コード例 #1
0
 @Transactional
 public void remove(Integer id) {
   dao.remove(id);
 }