db4o

IExtObjectContainer.GetByUUID Method 

returns a stored object for a Db4objects.Db4o.Ext.Db4oUUID .

This method is intended for replication and for long-term external references to objects. To get a Db4objects.Db4o.Ext.Db4oUUID for an object use Db4objects.Db4o.Ext.IExtObjectContainer.GetObjectInfo and Db4objects.Db4o.Ext.IObjectInfo.GetUUID .

Objects will not be activated by this method. They will be returned in the activation state they are currently in, in the local cache.

object GetByUUID(
   Db4oUUID uuid
);

Parameters

uuid
the UUID

Return Value

the object for the UUID

See Also

IExtObjectContainer Interface | Db4objects.Db4o.Ext Namespace | Why activation?