Interface BookRepositoryCustom

All Known Subinterfaces:
BooksRepository
All Known Implementing Classes:
BookRepositoryCustomImpl

public interface BookRepositoryCustom
  • Method Details

    • random

      Optional<Book> random()
    • findByTitleGESizeAsString

      List<String> findByTitleGESizeAsString(int length)
    • findByAuthorGESize

      List<Book> findByAuthorGESize(int length)