Interface CDOReferenceAdjuster
- 
- All Known Implementing Classes:
- CDOIDMapper,- CDOSessionProtocol.CommitTransactionResult.PostCommitReferenceAdjuster
 
 public interface CDOReferenceAdjusterIf the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 4.0
- Author:
- Simon McDuff
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectadjustReference(java.lang.Object id, org.eclipse.emf.ecore.EStructuralFeature feature, int index)Adjusts the internal structure of an object (e.g:CDORevision).
 
- 
- 
- 
Method Detail- 
adjustReferencejava.lang.Object adjustReference(java.lang.Object id, org.eclipse.emf.ecore.EStructuralFeature feature, int index)Adjusts the internal structure of an object (e.g:CDORevision). This is mainly used after committing a transaction.CDORevisionmust replaceCDOIDTempfor non-temporaryCDOIDwith a mapped ID. Only the internal structure knows how to do these modifications. This is important to consider using different implementation ofCDOList.
 
- 
 
-