|
|
Browse by Tags
All Tags » UUID » .NET C# (RSS)
-
Upon further examination, I determined the ‘Unique Field Constraint’ problem was fixed. It occurred while focusing on another issue concerning the retrieval of objects using the IObjectContainer#Ext().GetByUUID method. I explicitly separated (isolated) processing of ‘Transient’ vs ‘Persistent’ object references.
Maybe I should go back to the ...
-
Upon using the GenerateUUIDs method to turn on UUID generation for specific classes in the database, I saved the target objects using IObjectContainer#set and #commit methods. Next, I retrieved the Db4oUUIDs from the database using #Ext().GetObjectInfo(..).GetUUID method and assigned them to a List<Db4oUUID> collection.
Before closing the ...
|
|
|