db4o

StoredField.Get Method 

returns the field value on the passed object.

object Get(
   object onObject
);

Remarks

returns the field value on the passed object.

This method will also work, if the field is not present in the current version of the class.

It is recommended to use this method for refactoring purposes, if fields are removed and the field values need to be copied to other fields.

See Also

StoredField Interface | com.db4o.ext Namespace