ActiveResourceKit
v1.2 (498.0)
|
#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. | |
Definition at line 27 of file NSPersistentStore+ActiveResource.h.
- (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.
Definition at line 29 of file NSPersistentStore+ActiveResource.m.