I’m passing as method calls ManagedObject instance around, having done a get on the reference. I now find that one of the classes that does some processing on an object needs to store a reference to it. If I create another reference to it, does the reference point to the same instance of the object (I don’t mean in memory instance, I mean the same instance in the SGS datastore), and does this have any implications regarding updating the object using one reference whilst maybe using the original reference else where?
Thanks
Endolf