python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android Room embedded relationship query results
I am currently trying to get results from a query of nested relationships in Room. Here Are my classes/database entities involved:
@Entity
data class PrayerRequestEntity(
var title: String,
va...
Martin
Votes: 0
Answers: 1
Android Room: Query returns null in Embedded field
Hi I am using Room DB and inserting a primary key and two embedded fields in a table. While trying to get the data from that table. That embedded fields returning null.
Table be like:
@NonNull
@Pr...
Malhotra
Votes: 0
Answers: 0