Modeling One to Many Relation in Room with Query by Child Field

前端 未结 0 722
刺人心
刺人心 2020-12-02 22:00

I have two entities JobPosition and Employee defined as:

@Entity(tableName = "job_positions")
@JsonClass(generateAdapter = true)
data class JobPosit         


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