Package org.eclipse.emf.spi.cdo
Klasse CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster
java.lang.Object
org.eclipse.emf.spi.cdo.CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster
- Alle implementierten Schnittstellen:
CDOReferenceAdjuster
- Umschließende Klasse:
CDOSessionProtocol.CommitTransactionResult
protected static class CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster
extends Object
implements CDOReferenceAdjuster
If the meaning of this type isn't clear, there really should be more of a description here...
- Autor:
- Simon McDuff
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPostCommitReferenceAdjuster
(CDOIDProvider idProvider, CDOIDMapper idMapper) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadjustReference
(Object id, EStructuralFeature feature, int index) Adjusts the internal structure of an object (e.g:CDORevision
).
-
Konstruktordetails
-
PostCommitReferenceAdjuster
-
-
Methodendetails
-
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
-