db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » UUID » .NET C#   (RSS)
  • Re: Unable to ?Retrieve Objects? using GetByUUID method

    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 ...
    Posted to db4o User Forum (Forum) by JSealey on June 20, 2007
  • Unable to ‘Retrieve Objects’ using GetByUUID method

    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 ...
    Posted to db4o User Forum (Forum) by JSealey on June 7, 2007