Oh I agree it matters somewhere.
When you're working with an NSManagedObjectContext and execute a query the implementation of that query is abstracted away. The only point where it matters where the call is going is in the code of the NSPersistentStore class or subclass.
When you're working with an NSManagedObjectContext and execute a query the implementation of that query is abstracted away. The only point where it matters where the call is going is in the code of the NSPersistentStore class or subclass.
Comments