抖碼自底向上精講計(jì)算機(jī)網(wǎng)絡(luò)
//分頁(yè)查詢
? ?public Page<Book> getBookByPage(Pageable pageable){
? ? ? ?return bookDao.findAll(pageable);
? ?}
? ?public List<Book> getBooksByAuthorStartingWith(String author){
? ? ? ?return bookDao.getBooksByAuthorStartingWith
標(biāo)簽: