Uses of Interface
org.eclipse.emf.cdo.transaction.CDOUndoDetector
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
-
Uses of CDOUndoDetector in org.eclipse.emf.cdo.transaction
Modifier and TypeFieldDescriptionstatic final CDOUndoDetector
CDOUndoDetector.ALL_FEATURES
static final CDOUndoDetector
CDOTransaction.Options.DEFAULT_UNDO_DETECTOR
static final CDOUndoDetector
CDOUndoDetector.NO_FEATURES
static final CDOUndoDetector
CDOUndoDetector.SINGLE_VALUED_FEATURES
Modifier and TypeMethodDescriptionCDOTransaction.Options.getUndoDetector()
Returns the undo detector of this transaction.Modifier and TypeMethodDescriptionvoid
CDOTransaction.Options.setUndoDetector
(CDOUndoDetector undoDetector) Sets the undo detector of this transaction.