IExtObjectContainer.

GetByUUID(Db4oUUID) Method

Summary

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(System.Object) 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.

Syntax

Object GetByUUID(Db4oUUID uuid)

Parameters

Name Type Description
uuid Db4oUUID the UUID

Return Value

Type Description
Object the object for the UUID

See Also

  • Db4objects.Db4o.Config.ICommonConfiguration.ActivationDepth