public interface EntityMergeService
Modifier and Type | Method and Description |
---|---|
void |
mergeEntity(java.lang.Object a,
java.lang.Object b)
This method merges entities (mostly AbstractNode types) using EntityMergeHookers
|
void mergeEntity(java.lang.Object a, java.lang.Object b) throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException
a
- The object to be merged intob
- The object with the target valuesjava.lang.IllegalAccessException
- if the merging of fields failedjava.lang.IllegalArgumentException
- if no hooker applicable to classes of a and b was found