db4o calls this method during storage and query evaluation.
[Visual Basic] Function onStore( _ ByVal container As ObjectContainer, _ ByVal applicationObject As Object _ ) As Object [C#] object onStore( ObjectContainer container, object applicationObject ); [C++] Object* onStore( ObjectContainer* container, Object* applicationObject ); [JScript] function onStore( ObjectContainer container, Object applicationObject ): Object;
return the object to store.
It needs to be of the class storedClass() .
db4o calls this method during storage and query evaluation.
ObjectTranslator Interface | com.db4o.config Namespace