newly stores objects or updates stored objects.
[Visual Basic] Sub set( _ ByVal obj As Object _ ) [C#] void set( object obj ); [C++] void set( Object* obj ); [JScript] function set( Object obj );
newly stores objects or updates stored objects.
An object not yet stored in the
ObjectContainerwill be stored when it is passed to
set(). An object already stored in the
ObjectContainerwill be updated.
set()unless a deep global or class-specific update depth was configured or cascaded updates were defined in the class or in one of the member fields .
ObjectContainer Interface | com.db4o Namespace | ExtObjectContainer#set(object, depth) | com.db4o.config.Configuration.updateDepth | com.db4o.config.ObjectClass.updateDepth | com.db4o.config.ObjectClass.cascadeOnUpdate | com.db4o.config.ObjectField.cascadeOnUpdate | Using callbacks