All Tags »
Java »
Activation Depth (RSS)
Sorry, but there are no more tags available to filter with.
-
Hi,
I am having some trouble with activation depth. If I use Db4o.configure().objectClass(ExperimentSet.class).maximumActivationDepth(1) to set the activation depth an object (that, if you go deep enough, reaches everything in the database) then use the query below to retrieve it, it takes forever and the diagnostic messages show that I am ...