Class OVersionRecordConflictStrategy

java.lang.Object
com.orientechnologies.orient.core.conflict.OVersionRecordConflictStrategy
All Implemented Interfaces:
ORecordConflictStrategy
Direct Known Subclasses:
OAutoMergeRecordConflictStrategy, OContentRecordConflictStrategy

public class OVersionRecordConflictStrategy extends Object implements ORecordConflictStrategy
Default strategy that checks the record version number: if the current update has a version different than stored one, then a OConcurrentModificationException is thrown.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)