db4o

Db4oUUID Class

a unique universal identify for an object.

For a list of all members of this type, see Db4oUUID Members.

System.Object
   com.db4o.ext.Db4oUUID

public class Db4oUUID

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

a unique universal identify for an object.

The db4o UUID consists of two parts:
- an indexed long for fast access,
- the signature of the ObjectContainer the object was created with.

Db4oUUIDs are valid representations of objects over multiple ObjectContainers

Requirements

Namespace: com.db4o.ext

Assembly: db4o (in db4o.dll)

See Also

Db4oUUID Members | com.db4o.ext Namespace