Enum MergePolicy

  • All Implemented Interfaces:
    Serializable, Comparable<MergePolicy>

    public enum MergePolicy
    extends Enum<MergePolicy>
    The policy to apply when trying to import an object with same identifier as an existing object.
    This is the view of the different policies of merge available to the application, for the business logic, see Merger (and its implementations in Mergers).