I'm using greenDao for my Android project and I did not get any official documentation on how to update SQLite table using greenDao. I found some .update()
method there to edit, but looks like it's not recommended.
How to edit the existing SQL table column values using GreenDao?
933 views Asked by Prathmesh Deshmukh At
1
Here's some code updating an entity. You don't have to modify the generated class.
If you need more documentation you can have a look here and here.