Interface CDOConflictResolver3

All Superinterfaces:
CDOConflictResolver

public interface CDOConflictResolver3 extends CDOConflictResolver
A strategy used to customize the default conflict resolution behavior of transactions.
Since:
4.4
Author:
Eike Stepper
  • Method Details

    • preCommit

      boolean preCommit()
      Returns:
      false to abort the commit operation, true otherwise.