Schnittstelle CDOReferenceAdjuster
- Alle bekannten Implementierungsklassen:
CDOIDMapper
,CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster
public interface CDOReferenceAdjuster
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 4.0
- Autor:
- Simon McDuff
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadjustReference
(Object id, EStructuralFeature feature, int index) Adjusts the internal structure of an object (e.g:CDORevision
).
-
Methodendetails
-
adjustReference
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
.
-