ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Instance Methods | List of all members
NSPersistentStore(ActiveResource) Category Reference

#import <NSPersistentStore+ActiveResource.h>

Instance Methods

(NSArray *) - otherPersistentStores
 Stores attach to coordinators, persistent store coordinators. Answers all the stores attached to this store's coordinator except this store. Hence answers all other stores.
 

Detailed Description

Definition at line 27 of file NSPersistentStore+ActiveResource.h.

Method Documentation

- (NSArray *) otherPersistentStores

Stores attach to coordinators, persistent store coordinators. Answers all the stores attached to this store's coordinator except this store. Hence answers all other stores.

This step is very important when a store builds a fetch request. Narrow the scope of the affected stores to eliminate recursion. Fetch requests apply to all the stores within a context by default, including self.

Returns
An array for persistent stores excluding this store.

Definition at line 29 of file NSPersistentStore+ActiveResource.m.


The documentation for this category was generated from the following files: