Class OAutoMergeRecordConflictStrategy

java.lang.Object
com.orientechnologies.orient.core.conflict.OVersionRecordConflictStrategy
com.orientechnologies.orient.core.conflict.OAutoMergeRecordConflictStrategy
All Implemented Interfaces:
ORecordConflictStrategy

public class OAutoMergeRecordConflictStrategy extends OVersionRecordConflictStrategy
Auto merges new record with the existent. Collections are also merged, item by item.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)