This is simple mistake you might be making.
Do as following:
- Got to the POJO class where you are seeing this error.
- Look for the property which is primary key of your database table, mostly Id etc.
- Add @Id annotation on the property of variable.
- Test your code again.
Remember:- Help more people by sharing this link, and you may comment if you have any suggestion.
No comments:
Post a Comment