db4o

Configuration.updateDepth Method 

specifies the global updateDepth.

[Visual Basic]
Sub updateDepth( _ 
   ByVal depth As Integer _ 
)
[C#]
void updateDepth(
   int depth
);
[C++]
void updateDepth(
   int depth
);
[JScript]
function updateDepth(
   int depth
);

Parameters

depth
the depth of the desired update.

Remarks

specifies the global updateDepth.

see the documentation of ObjectContainer.set() for further details.

The value be may be overridden for individual classes.

The default setting is 0: Only the object passed to ObjectContainer.set() will be updated.

See Also

Configuration Interface | com.db4o.config Namespace | com.db4o.config.ObjectClass.updateDepth | com.db4o.config.ObjectClass.cascadeOnUpdate | Using callbacks