我一直試圖實現的尋呼圖書館與谷歌在Android中架構提供客房Component.But其顯示編譯時錯誤在我UserDao類 這裏是錯誤: Error:(22, 42) error: Not sure how to convert a Cursor to this method's return type
我的問題是什麼返回類型? UserDao.java @Dao
public inter
我在我的應用程序中使用分頁。 這是我的代碼: final Pageable pageable = new PageRequest(page, this.getHistoryPageSize(), new Sort(Sort.Direction.ASC, "date"));
final List<History> pagedHistory = historyRepository.findP