Пример #1
0
 @Transactional(readOnly = true)
 public List<Book> getBooks() {
   return dao.getBooks();
 }