Uploaded image for project: 'Realm Java SDK'
  1. Realm Java SDK
  2. RJAVA-605

Embedded Objects: Add support for unmanaged DynamicRealmObject

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: None

      Currently, it is impossible to use the DynamicRealm API to insert embedded objects into lists in other positions than at the end. This is because this requires using the methods `RealmList.add(index, unmanagedObject)` or `RealmList.set(index, unmanagedObject)`.

      For this to work we need to support unmanaged versions of DynamicRealmObject which currently isn't possible and most likely require rethinking the DynamicRealmObject class hiearchy.

            Assignee:
            Unassigned Unassigned
            Reporter:
            christian.melchior@mongodb.com Christian Melchior (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: