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

Support for cascading deletes

      It should be possible to delete linked objects as well using some defined policy.

      Suggestion 1: Possible policies:

      • NEVER
      • IF_LAST_LINK
      • ALWAYS

      Suggestion 2: Try to provide the same semantics as the GC, i.e. root objects and strong/weak references. Once an object no longer has any references it is deleted.

      Cocoa issue: https://github.com/realm/realm-cocoa/issues/1186

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

              Created:
              Updated: