Esempio n. 1
0
  @Transactional(readOnly = true)
  public List<Switch> getAllSwitches() {

    return switchDao.getAll();
  }