RealmResults.clear()抛出NotSupportedException

时间:2016-04-29 16:31:15

标签: android realm

clear方法已在RealmResults 0.89.1

中弃用

我在代码中的某些地方使用过这种方法。 最新的文档没有任何相关的更新。 从Realm删除所有结果的新方法是什么?

1 个答案:

答案 0 :(得分:4)

  

RealmResults.clear()现在抛出UnsupportedOperationException。请改用RealmResults.deleteAllFromRealm()

https://github.com/realm/realm-java/blob/master/CHANGELOG.md