Package com.orientechnologies.orient.core.conflict
package com.orientechnologies.orient.core.conflict
-
ClassDescriptionAuto merges new record with the existent.Record conflict strategy that check the records content: if content is the same, se the higher version number.Manages the MVCC conflicts.Factory to manage the record conflict strategy implementations.Default strategy that checks the record version number: if the current update has a version different than stored one, then a OConcurrentModificationException is thrown.