Class EntityMergeServiceImpl
java.lang.Object
net.datenwerke.rs.utils.entitymerge.service.EntityMergeServiceImpl
- All Implemented Interfaces:
EntityMergeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmergeEntity(Object a, Object b) This method merges entities (mostly AbstractNode types) using EntityMergeHookers
-
Constructor Details
-
Method Details
-
mergeEntity
Description copied from interface:EntityMergeServiceThis method merges entities (mostly AbstractNode types) using EntityMergeHookers- Specified by:
mergeEntityin interfaceEntityMergeService- Parameters:
a- The object to be merged intob- The object with the target values- Throws:
IllegalArgumentException- if no hooker applicable to classes of a and b was foundIllegalAccessException- if the merging of fields failed
-