Exemplo n.º 1
0
 @Transactional
 public List<Integer> getAllNotApprovedVacationsIds() {
   return vacationDAO.getAllNotApprovedVacationsIds();
 }