示例#1
0
 @Transactional
 public Vacation findVacation(Integer vacationId) {
   return vacationDAO.findVacation(vacationId);
 }