Klasse CDOIDMapper
java.lang.Object
org.eclipse.emf.cdo.spi.common.revision.CDOIDMapper
- Alle implementierten Schnittstellen:
CDOReferenceAdjuster
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 2.0
- Autor:
- Simon McDuff
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadjustReference
(Object value, EStructuralFeature feature, int index) Adjusts the internal structure of an object (e.g:CDORevision
).boolean
void
setAllowUnmappedTempIDs
(boolean allowUnmappedTempIDs)
-
Konstruktordetails
-
CDOIDMapper
-
-
Methodendetails
-
getIDMappings
-
isAllowUnmappedTempIDs
public boolean isAllowUnmappedTempIDs()- Seit:
- 3.0
-
setAllowUnmappedTempIDs
public void setAllowUnmappedTempIDs(boolean allowUnmappedTempIDs) - Seit:
- 3.0
-
adjustReference
Beschreibung aus Schnittstelle kopiert: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
.- Angegeben von:
adjustReference
in SchnittstelleCDOReferenceAdjuster
- Seit:
- 4.0
-