Interface SimpleMergeEntityService

All Known Implementing Classes:
SimpleMergeEntityServiceImpl

public interface SimpleMergeEntityService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mergeEntities(Entity source, Entity target)
    Copy to many relations from the source to the target entity.
  • Method Details

    • mergeEntities

      void mergeEntities(Entity source, Entity target)
      Copy to many relations from the source to the target entity. Compared to MergeEntitiesService entities in a conception state can be handled. However the configuration options are extremely limited (no privileged merging, no relation/field exclusion, etc.)