Class IsEntityMergeablePredicate

java.lang.Object
ch.tocco.nice2.optional.order.api.action.invoice.tasks.IsEntityMergeablePredicate
All Implemented Interfaces:
Predicate<Entity>

public class IsEntityMergeablePredicate extends Object implements Predicate<Entity>
predicate that can be used to check, if several fields and relations are the same between two entities
  • Constructor Details

    • IsEntityMergeablePredicate

      public IsEntityMergeablePredicate(Entity entity, Set<String> fields, Set<String> relations)
  • Method Details