Example #1
0
 @Override
 @Transactional
 public List<User> findAll() {
   return resource.findAll();
 }