
public interface CDOStaleReferenceCleaner
| Modifier and Type | Interface and Description |
|---|---|
static class |
CDOStaleReferenceCleaner.Default
A default
CDOStaleReferenceCleaner that can be used on invalidation. |
| Modifier and Type | Field and Description |
|---|---|
static CDOStaleReferenceCleaner |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanStaleReferences(Collection<Pair<org.eclipse.emf.ecore.EStructuralFeature.Setting,org.eclipse.emf.ecore.EObject>> objectsToBeRemoved)
Clean the stale references created on invalidation.
|
static final CDOStaleReferenceCleaner DEFAULT
void cleanStaleReferences(Collection<Pair<org.eclipse.emf.ecore.EStructuralFeature.Setting,org.eclipse.emf.ecore.EObject>> objectsToBeRemoved)
objectsToBeRemoved - Collection of Pair from EStructuralFeature.Setting to detached objectsCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.