sets cascaded delete behaviour.
sets cascaded delete behaviour.
Setting cascadeOnDelete to true will result in the deletion of the object attribute stored in this field on the parent object if the parent object is passed to delete .
Caution !
This setting will also trigger deletion of the old member object, on calls to set . An example of the behaviour can be found in cascadeOnDelete
The default setting is false.
ObjectField Interface | com.db4o.config Namespace | cascadeOnDelete | delete | Using callbacks