美文网首页
GreenDao遇到的问题: Entity is detache

GreenDao遇到的问题: Entity is detache

作者: 快乐的小2缺 | 来源:发表于2018-10-29 09:26 被阅读0次

在表的一对多联接中,只是简单地创建两个表(比如:parent与child)以及使用@ToMany注解经常会报错. 

Entity is detached from DAO context。(定位错误会发现 DaoSession为空)

在调用parent.getChildList()之前,先实现以下代码:

parent.__setDaoSession(BaseApp.mApp.getDaoSession());

相关文章

网友评论

      本文标题:GreenDao遇到的问题: Entity is detache

      本文链接:https://www.haomeiwen.com/subject/atwvtqtx.html