Interface EntityMergeService
- All Known Implementing Classes:
EntityMergeServiceImpl
public interface EntityMergeService
-
Method Summary
Modifier and TypeMethodDescriptionvoidmergeEntity(Object a, Object b) This method merges entities (mostly AbstractNode types) using EntityMergeHookers
-
Method Details
-
mergeEntity
This method merges entities (mostly AbstractNode types) using EntityMergeHookers- Parameters:
a- The object to be merged intob- The object with the target values- Throws:
IllegalAccessException- if the merging of fields failedIllegalArgumentException- if no hooker applicable to classes of a and b was found
-