public interface PersistingElementOverFederatedTableWithMerge
federated tables
in order to repair any detected inconsistency.| Modifier and Type | Method and Description |
|---|---|
void |
mergeWith(PersistingElementOverFederatedTableWithMerge elt)
In case an inconsistency is detected, that is when an element
with same id is found in different tables, this method is called in order
to merge the element into one single element.
|
void mergeWith(PersistingElementOverFederatedTableWithMerge elt) throws Exception
stored after
this method completes.
Given element is to be deleted after this method completes,
so any important information from elt should be saved into this element.
Throws an exception in case merge is impossible.ExceptionCopyright © 2016. All Rights Reserved.