Interface BookDtoRepository
- All Superinterfaces:
GenericRepository<Book,Long>
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByTitle(String title, Pageable pageable) findByTitleLike(String title) findByTitleWithQuery(String title) findOneByTitle(String title) findStream(String title) searchByTitleLike(String title, Pageable pageable)
-
Method Details
-
findByTitleWithQuery
-
findByTitleLike
-
findOneByTitle
-
searchByTitleLike
-
queryAll
-
findStream
-
findAll
-
findAllByTitle
-
findTitle
-