Exemplo n.º 1
0
 @Transactional
 public void updateEmployee(Employee employee) throws StaleObjectStateException {
   employeeDao.update(employee);
 }