The Wayback Machine - https://web.archive.org/web/20201006011638/https://github.com/topics/reading
Skip to content
#

reading

Here are 360 public repositories matching this topic...

book-project
knjk04
knjk04 commented Oct 5, 2020

If a user passes in an author or book to filter by, we should use a derived query. This derived query would be implemented in BookRepository and there will be a wrapper in BookService. It should something like:

List<Book> findByTitleOrAuthorContains(String title, Author author);

There should also be accompanying tests to ensure this works as intended. We recommend approachi

Improve this page

Add a description, image, and links to the reading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reading topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.