specifies the updateDepth for this class.
[Visual Basic] Sub updateDepth( _ ByVal depth As Integer _ ) [C#] void updateDepth( int depth ); [C++] void updateDepth( int depth ); [JScript] function updateDepth( int depth );
specifies the updateDepth for this class.
see the documentation of com.db4o.ObjectContainer.set for further details.
The default setting is 0: Only the object passed to com.db4o.ObjectContainer.set will be updated.
ObjectClass Interface | com.db4o.config Namespace | com.db4o.config.Configuration.updateDepth | com.db4o.config.ObjectClass.cascadeOnUpdate | com.db4o.config.ObjectField.cascadeOnUpdate | Using callbacks