How to make Where queries in Room nested relations

后端 未结 0 946
你的背包
你的背包 2020-12-23 03:05

I m trying to make offline mode for my app and using room for that.My Entities are

@Entity(tableName = "Blog")
data class BlogEntity(
    @PrimaryKe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题