| Name | Description | Type | Package | Framework |
| OAutoMergeRecordConflictStrategy | Auto merges new record with the existent. | Class | com.orientechnologies.orient.core.conflict | Orientdb |
| OContentRecordConflictStrategy | Record conflict strategy that check the records content: if content is the same, se the higher version number. | Class | com.orientechnologies.orient.core.conflict | Orientdb |
| ORecordConflictStrategy | Manages the MVCC conflicts. | Interface | com.orientechnologies.orient.core.conflict | Orientdb |
| ORecordConflictStrategyFactory | Factory to manage the record conflict strategy implementations. | Class | com.orientechnologies.orient.core.conflict | Orientdb |
| OVersionRecordConflictStrategy | Default strategy that checks the record version number: if the current update has a version different than stored one, then aOConcurrentModificationException is thrown. | Class | com.orientechnologies.orient.core.conflict | Orientdb |