Interface SimpleMergeEntityService
- All Known Implementing Classes:
SimpleMergeEntityServiceImpl
public interface SimpleMergeEntityService
-
Method Summary
Modifier and TypeMethodDescriptionvoidmergeEntities(Entity source, Entity target) Copy to many relations from thesourceto thetargetentity.
-
Method Details
-
mergeEntities
Copy to many relations from thesourceto thetargetentity. Compared toMergeEntitiesServiceentities in a conception state can be handled. However the configuration options are extremely limited (no privileged merging, no relation/field exclusion, etc.)
-