Uses of Interface
org.eclipse.emf.cdo.transaction.CDOMerger
Package
Description
The generated EMF utilities of the CDO Lifecycle Management model.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with transactions, distributed transactions and their save points.
Concepts to checkout, open and further operate CDO
workspaces
.Client service provider interfaces and useful base implementations.
-
Uses of CDOMerger in org.eclipse.emf.cdo.lm.util
-
Uses of CDOMerger in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionprotected CDOMerger
ICommitConflictResolver.Merging.createMerger()
-
Uses of CDOMerger in org.eclipse.emf.cdo.transaction
Modifier and TypeInterfaceDescriptioninterface
Merges the changes between a localtransaction
and a remoteview
into the local transaction.Modifier and TypeMethodDescriptionCDOPushTransaction.merge
(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOBranchPoint targetBase, CDOMerger merger) CDOPushTransaction.merge
(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOMerger merger) CDOPushTransaction.merge
(CDOBranchPoint source, CDOMerger merger) CDOTransaction.merge
(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOBranchPoint targetBase, CDOMerger merger) Merges the changes between the given source base point and the given source point into this transaction.CDOTransaction.merge
(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOMerger merger) Merges the changes between the given source base point and the given source point into this transaction.CDOTransaction.merge
(CDOBranchPoint source, CDOMerger merger) Merges the changes from the given source point into this transaction and possibly considers previous merges from thatbranch
by inspecting themerge source
information of thecommit history
.Merges the changes from the given source branch into this transaction and possibly considers previous merges from that branch by inspecting themerge source
information of thecommit history
.ModifierConstructorDescriptionConflictException
(String message, Throwable cause, CDOMerger merger, CDOChangeSetData result) ConflictException
(String message, CDOMerger merger, CDOChangeSetData result) -
Uses of CDOMerger in org.eclipse.emf.cdo.workspace
Modifier and TypeMethodDescription -
Uses of CDOMerger in org.eclipse.emf.spi.cdo
Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...static class
If the meaning of this type isn't clear, there really should be more of a description here...static class
If the meaning of this type isn't clear, there really should be more of a description here...static class
If the meaning of this type isn't clear, there really should be more of a description here...ModifierConstructorDescriptionCDOMergingConflictResolver
(CDOMerger merger) CDOMergingConflictResolver
(CDOMerger merger, boolean ensureRemoteNotifications)