Google App Engine, JDO, and equals/hashCode

前端 未结 4 1088
无人及你
无人及你 2020-12-31 12:20

I\'ve got an app in Google App Engine that was working fine. I realized that one on of my JDO-enhanced objects that I forgot to implement equals and hashCode (I need to use

4条回答
  •  旧巷少年郎
    2020-12-31 12:50

    Do you have eclipse set to automatically run the datanucleus enhancer? What if you try cleaning the project with project->clean and then build the project from scratch?

提交回复
热议问题