Interface PageRepository
- All Superinterfaces:
GenericRepository<Page,Long>
-
Method Summary
Modifier and TypeMethodDescriptionfindBookById(Long id) findBookChaptersByIdAndNum(Long id, long num) save(long num)
-
Method Details
-
save
-
findBookById
-
findBookChaptersById
-
findBookChaptersByIdAndNum
-