예제 #1
0
 @Transactional(propagation = Propagation.REQUIRED)
 public int delete(int id) {
   return orderDao.delete(id);
 }