示例#1
0
 @Transactional(readOnly = false, propagation = Propagation.REQUIRED)
 public void deleteAll() {
   dao.deleteAll();
 }