Beispiel #1
0
 @Override
 @Transactional(readOnly = false)
 public String execute() throws Exception {
   pyDAO.merge(py);
   return SUCCESS;
 }