db4o

Db4oReplicationConflict.useDestination Method 

instructs the replication process to store the object from the destination com.db4o.ObjectContainer to both ObjectContainers.

If neither #useSource() nor #useDestination() is called in the com.db4o.ext.Db4oCallback , replication will ignore the object that caused the conflict.

[Visual Basic]
Sub useDestination()
[C#]
void useDestination();
[C++]
void useDestination();
[JScript]
function useDestination();

See Also

Db4oReplicationConflict Interface | com.db4o.ext Namespace