Class SimpleMergeEntityServiceImpl

java.lang.Object
ch.tocco.nice2.optional.order.impl.action.invoice.merging.SimpleMergeEntityServiceImpl
All Implemented Interfaces:
SimpleMergeEntityService

@Component public class SimpleMergeEntityServiceImpl extends Object implements SimpleMergeEntityService
  • Constructor Details

  • Method Details

    • mergeEntities

      public void mergeEntities(Entity source, Entity target)
      Description copied from interface: SimpleMergeEntityService
      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.) Related entity docs are just ignored and not copied!
      Specified by:
      mergeEntities in interface SimpleMergeEntityService