Exemplo n.º 1
0
 @Override
 @Transactional
 public List<UsState> findStates() {
   return stateDao.getEntities();
 }