Class CDOIDMapper
java.lang.Object
org.eclipse.emf.cdo.spi.common.revision.CDOIDMapper
- All Implemented Interfaces:
CDOReferenceAdjuster
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 2.0
- Author:
- Simon McDuff
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadjustReference
(Object value, EStructuralFeature feature, int index) Adjusts the internal structure of an object (e.g:CDORevision
).boolean
void
setAllowUnmappedTempIDs
(boolean allowUnmappedTempIDs)
-
Constructor Details
-
CDOIDMapper
-
-
Method Details
-
getIDMappings
-
isAllowUnmappedTempIDs
public boolean isAllowUnmappedTempIDs()- Since:
- 3.0
-
setAllowUnmappedTempIDs
public void setAllowUnmappedTempIDs(boolean allowUnmappedTempIDs) - Since:
- 3.0
-
adjustReference
Description copied from interface:CDOReferenceAdjuster
Adjusts the internal structure of an object (e.g:CDORevision
). This is mainly used after committing a transaction.CDORevision
must replaceCDOIDTemp
for non-temporaryCDOID
with a mapped ID. Only the internal structure knows how to do these modifications. This is important to consider using different implementation ofCDOList
.- Specified by:
adjustReference
in interfaceCDOReferenceAdjuster
- Since:
- 4.0
-