Interface LibraryService

    • Method Detail

      • fillLibrary

        void fillLibrary()
      • findBooksByAuthor

        List<Book> findBooksByAuthor​(String lastName)
      • getNumBooks

        long getNumBooks()
      • getNumAuthors

        long getNumAuthors()
      • createAuthor

        void createAuthor​(Author author)