Changes

Jump to: navigation, search

Working with iPhone Databases using Core Data

31 bytes added, 19:09, 13 July 2010
Persistent Store Coordinator
== Persistent Store Coordinator ==
<google>ADSDAQBOX_FLOW</google>
The persistent store coordinator is responsible for coordinating access to multiple persistent object stores. As an iPhone developer you will never directly interact with the persistence store coordinator and, in fact, will very rarely need to develop an application that requires more than one persistent object store. When multiple stores are required, the coordinator presents these stores to the upper layers of the Core Data stack as a single store.

Navigation menu