android - GreenDao relaod an object when using IdentityScope != None -
i have case operate on object got greendao , in cases have revert changes. got work identityscope.none - identityscope found no way - refresh() sounded promising not bringing data database. there way identityscope?
the refresh(entity) method of dao reload entity values database. however, operates on single entity, not on tree of entities.
Comments
Post a Comment