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?