Uses of Interface
org.eclipse.emf.cdo.transaction.CDOMerger
Packages that use 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
Methods in org.eclipse.emf.cdo.lm.util that return CDOMerger -
Uses of CDOMerger in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server that return CDOMergerModifier and TypeMethodDescriptionprotected CDOMerger
ICommitConflictResolver.Merging.createMerger()
-
Uses of CDOMerger in org.eclipse.emf.cdo.transaction
Subinterfaces of CDOMerger in org.eclipse.emf.cdo.transactionModifier and TypeInterfaceDescriptioninterface
Merges the changes between a localtransaction
and a remoteview
into the local transaction.Methods in org.eclipse.emf.cdo.transaction that return CDOMergerMethods in org.eclipse.emf.cdo.transaction with parameters of type CDOMergerModifier 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
.Constructors in org.eclipse.emf.cdo.transaction with parameters of type CDOMergerModifierConstructorDescriptionConflictException
(String message, Throwable cause, CDOMerger merger, CDOChangeSetData result) ConflictException
(String message, CDOMerger merger, CDOChangeSetData result) -
Uses of CDOMerger in org.eclipse.emf.cdo.workspace
Methods in org.eclipse.emf.cdo.workspace with parameters of type CDOMergerModifier and TypeMethodDescription -
Uses of CDOMerger in org.eclipse.emf.spi.cdo
Classes in org.eclipse.emf.spi.cdo that implement CDOMergerModifier 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...Methods in org.eclipse.emf.spi.cdo that return CDOMergerConstructors in org.eclipse.emf.spi.cdo with parameters of type CDOMergerModifierConstructorDescriptionCDOMergingConflictResolver
(CDOMerger merger) CDOMergingConflictResolver
(CDOMerger merger, boolean ensureRemoteNotifications)