
| Interface | Description |
|---|---|
| ORecordConflictStrategy |
Manages the MVCC conflicts.
|
| Class | Description |
|---|---|
| OAutoMergeRecordConflictStrategy |
Auto merges new record with the existent.
|
| OContentRecordConflictStrategy |
Record conflict strategy that check the records content: if content is the same, se the higher version number.
|
| ORecordConflictStrategyFactory |
Factory to manage the record conflict strategy implementations.
|
| OVersionRecordConflictStrategy |
Default strategy that checks the record version number: if the current update has a version different than stored one, then a
OConcurrentModificationException is thrown.
|
Copyright © 2009–2025 OrientDB. All rights reserved.