gpt4 book ai didi

android - 空 RealmResult 对象

转载 作者:行者123 更新时间:2023-11-29 17:09:36 28 4
gpt4 key购买 nike

我有一个场景,我有一个不同 ID 的 ArrayList。现在每个 id 在数据库中都有多条记录,最终结果应该是一个包含这些 id 的所有记录的列表。有什么办法可以将它们全部组合到一个 RealmResult 对象中吗?

我这里有两个困惑:

  1. When i try to initialize Realm result, i couldn't find its constructor. It says no default constructor found.
  2. AddAll method of RealmResult is deprecated.

最佳答案

RealmResults<MyObj> results = realm.where(MyObj.class).in("id", arrayList.toArray()).findAll();

关于android - 空 RealmResult 对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40799742/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com