Room(1)

Entity 一個實體類 @Entity 標記爲實體類 @PrimaryKey(autoGrenerate = true) 標記爲主鍵 表示自動生成 @ColumnInfo(name = 「xxx」) 表示列的名稱 Dao 一個關鍵的接口 @Dao Database access object 訪問數據庫操作的接口 數據庫的增刪改查操作都要在這裏聲明 @Insert 插入 @Update 修改 @
相關文章
相關標籤/搜索