Example #1
0
 @Override
 @Transactional
 public List<Genre> findAllGenres() {
   return genreRepository.findAll();
 }