예제 #1
0
 @Override
 @Transactional
 public List<UsState> findStates() {
   return stateDao.getEntities();
 }