When turned on, the update cascades to all referred objects.
Note: As soon as you use transparent persistence this configuration option has no effect and isn't needed.EmbeddedConfiguration configuration = Db4oEmbedded.newConfiguration(); configuration.common().objectClass(Person.class).cascadeOnUpdate(true);