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