Contents

NSIncrementalStoreNode

A concrete class used to represent basic nodes in a Core Data incremental store.

Declaration

class NSIncrementalStoreNode

Overview

A node represents a single record in a persistent store.

You can subclass NSIncrementalStoreNode to provide custom behavior.

Topics

Initializing a Node

Managing Node Data

See Also

Store Coordination