Sets the minimum activation depth for this type. Useful to load always load referenced objects.
Note: As soon as you use transparent activation/persistence this configuration option has no effect.EmbeddedConfiguration configuration = Db4oEmbedded.newConfiguration();
configuration.common().objectClass(Person.class).minimumActivationDepth(2);