db4o Developer Community

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

How look through content of ObjectContainer

  •  10-02-2007, 08:19 AM

    How look through content of ObjectContainer

    Please explain and correct if wrong.

    After ObjectContainer openend it is empty. When client executes #get(object)
    db4o first searches for this object in ObjectContainer and if there is no such one
    the search continues in database. Then object is retrieved in ObjectContainer.

    If it is right is there some way to look through content of ObjectContainer in runtime?


    Filed under:
View Complete Thread