sets the maximum activation depth to the desired value.
[Visual Basic] Sub maximumActivationDepth( _ ByVal depth As Integer _ ) [C#] void maximumActivationDepth( int depth ); [C++] void maximumActivationDepth( int depth ); [JScript] function maximumActivationDepth( int depth );
sets the maximum activation depth to the desired value.
A class specific setting overrides the global setting
ObjectClass Interface | com.db4o.config Namespace | Why activation? | com.db4o.config.ObjectClass.cascadeOnActivate