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 » ObjectContainer » .NET   (RSS)
  • Re: Accessing the ObjectContainer reference cache

    Hi dlouwers, This looks to be a very efficient way to solve to problem. The 'Client' property now will be available to all subsequent methods with in the factory class. Before implementing the factory class the technique to open the database was:public void ProcessItem(...){  this._path = ''File-Name'';  IObjectContainer db = ...
    Posted to db4o User Forum (Forum) by JSealey on August 1, 2007
  • Accessing the ObjectContainer reference cache

    How do I obtain a reference to an active ObjectContainer cache! I do not want to pass the ObjectContainer as a method parameter. Is it possible to assign the active ObjectContainer at #FileOpen() to a protected field, thus making the reference scope visible to all methods in the class. // Declared in Class.protected IObjectContainer ...
    Posted to db4o User Forum (Forum) by JSealey on August 1, 2007
  • GetID and GetUUID Problem

    Hi,  I am currently having some issues trying to retrieve internal ID's for objects stored to the database. the application starts up with the followin settings:                  ...
    Posted to db4o User Forum (Forum) by Gruff on February 26, 2007
  • Re: External callbacks and change notifications

    External callbacks should be implemented as .NET events in db4o.NET - are they already or not? yes, they are already implemented as .net events. EventRegistryFactory.forObjectContainer(container).Activating is an event, for example As far as i remember, external callbacks came with db4o.net 5.5
    Posted to db4o User Forum (Forum) by tehlike on October 6, 2006