@Transactional
 public void updateEmployee(Employee employee) throws StaleObjectStateException {
   employeeDao.update(employee);
 }