Sets the maximum activation depth for this type. Useful to avoid accidentally activating large 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).maximumActivationDepth(5);