ObjectContainer
will be stored when it is passed to store()
. An object already stored in the ObjectContainer
will be updated. store()
unless a deep {@link com.db4o.config.Configuration#updateDepth global} or {@link com.db4o.config.ObjectClass#updateDepth class-specific}update depth was configured or cascaded updates were {@link com.db4o.config.ObjectClass#cascadeOnUpdate defined in the class}or in {@link com.db4o.config.ObjectField#cascadeOnUpdate one of the member fields}. Depending if the passed object is newly stored or updated, Creating/Created or Updating/Updated callback method is triggered. Callbacks might also be used for cascaded updates.
|
|
|
|
|
|
|
|