sets the minimum activation depth to the desired value.
[Visual Basic] Sub minimumActivationDepth( _ ByVal depth As Integer _ ) [C#] void minimumActivationDepth( int depth ); [C++] void minimumActivationDepth( int depth ); [JScript] function minimumActivationDepth( int depth );
sets the minimum 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