It is okay to add or delete single object in NSManagedObjectContext,just wonder why there is no API to clear all objects one time in NSManagedObjectContext ?
Specifies an object that should be removed from its persistent store when changes are committed.
- (void)deleteObject:(NSManagedObject *)object
Why there is no API such as clearAllObjects to delete all objects at one time ?