Class OContentRecordConflictStrategy

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

public class OContentRecordConflictStrategy extends OVersionRecordConflictStrategy
Record conflict strategy that check the records content: if content is the same, se the higher version number.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)