android-room-relation Questions
2
Solved
If there is a structure like my JSON structure below, how should we create Entity Classes? There are no examples of this. While @embeded was used for inner arrays in the articles written long...
Pilar asked 22/1, 2022 at 18:32
0
In my Android App I am using Room for data storage. I am currently facing the problem, that I need to put 2 columns in my @Relation of the embedded object because the relation depends on 2 columns....
Tumer asked 18/1, 2021 at 8:54
0
If i want to related 2 tables and the relation is not only one column but more, is there a way to use the Room @Relation annotation with more arguments to achive that? Perhaps somehting like below
...
Stempson asked 17/4, 2020 at 21:7
1
© 2022 - 2024 — McMap. All rights reserved.