Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'xxx_xxx' is not part of xxxxDao #420

Closed
alejogamboa opened this issue Aug 28, 2016 · 2 comments
Closed

Property 'xxx_xxx' is not part of xxxxDao #420

alejogamboa opened this issue Aug 28, 2016 · 2 comments

Comments

@alejogamboa
Copy link

alejogamboa commented Aug 28, 2016

Hi:
Using the greendao version 3.0.1 I'm getting this error:

org.greenrobot.greendao.DaoException: Property 'objectId' is not part of com.mimascotaap.model.to.local.ProductoDao@44a54a98
     at org.greenrobot.greendao.query.WhereCollector.checkProperty(WhereCollector.java:88)
     at org.greenrobot.greendao.query.WhereCollector.checkCondition(WhereCollector.java:73)
     at org.greenrobot.greendao.query.WhereCollector.add(WhereCollector.java:40)
     at org.greenrobot.greendao.query.Join.where(Join.java:52)

I'm trying to make a Join between two tables. and I'm pretty sure that 'objectId' its part of Producto and generated class. I'm wondering if this has something to deal with this past post:

#216

Thanks in advance

@greenrobot-team
Copy link
Collaborator

Well, did you check what was suggested in #216 and #344? (Are you using some kind of mocking tool or multidex?). -ut

@greenrobot-team greenrobot-team self-assigned this Aug 29, 2016
@greenrobot-team
Copy link
Collaborator

No response. Closing.- ut

@greenrobot-team greenrobot-team removed their assignment Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants