db4o

ObjectInfo.GetUUID Method 

returns a UUID representation of the referenced object.

Db4oUUID GetUUID();

Return Value

the UUID of the referenced object.

Remarks

returns a UUID representation of the referenced object. UUID generation has to be turned on, in order to be able to use this feature: com.db4o.config.Configuration.GenerateUUIDs

See Also

ObjectInfo Interface | com.db4o.ext Namespace