called before a persisted Object is updated.
[Visual Basic] Function objectCanUpdate( _ ByVal container As ObjectContainer _ ) As Boolean [C#] bool objectCanUpdate( ObjectContainer container ); [C++] bool objectCanUpdate( ObjectContainer* container ); [JScript] function objectCanUpdate( ObjectContainer container ): bool;
ObjectContainerthe object is stored in.
false to prevent the object from being updated.
called before a persisted Object is updated.
ObjectCallbacks Interface | com.db4o.ext Namespace