Metaの取得を1クエリで完結させたいのでDocumentEntityに移動

This commit is contained in:
ろむねこ 2023-12-14 10:55:21 +09:00
parent cb2ad03a80
commit 5b9b9b5580
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -22,7 +22,4 @@ public class LibraryEntity {
@ColumnInfo(name = "path") @ColumnInfo(name = "path")
public String path; // パス public String path; // パス
// タグ
@ColumnInfo(name = "tags")
public ArrayList<TagEntity> tags;
} }