Contents

overwrite

A merge policy that overwrites the entire stored object.

Declaration

class var overwrite: NSMergePolicy { get }

Discussion

This policy merges conflicts between the persistent store’s version of the object and the current in-memory version by saving the entire in-memory object to the persistent store.

See Also

Defining Merge Policies