Uses of Interface
org.eclipse.emf.cdo.transaction.CDOUndoDetector
Packages that use CDOUndoDetector
Package
Description
Client concepts for dealing with transactions, distributed transactions and their save points.
-
Uses of CDOUndoDetector in org.eclipse.emf.cdo.transaction
Fields in org.eclipse.emf.cdo.transaction declared as CDOUndoDetectorModifier 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
Methods in org.eclipse.emf.cdo.transaction that return CDOUndoDetectorModifier and TypeMethodDescriptionCDOTransaction.Options.getUndoDetector()
Returns the undo detector of this transaction.Methods in org.eclipse.emf.cdo.transaction with parameters of type CDOUndoDetectorModifier and TypeMethodDescriptionvoid
CDOTransaction.Options.setUndoDetector
(CDOUndoDetector undoDetector) Sets the undo detector of this transaction.