Please explain the Difference between below mentioned methods.
- (void)save:
- (void)saveOnlySelfAndWait;
- (void)saveToPersistentStoreAndWait;
Note: Some one have posted answer of this question but i am not satisfied with that answer so can anyone please share proper and simple answer.