Obtain permanent object ID's for managed objects before sending via RKManagedObjectLoader

This commit is contained in:
Blake Watters
2012-07-17 16:26:21 -04:00
parent a8f64e7982
commit 6af38b8b6d
8 changed files with 116 additions and 97 deletions

View File

@@ -15,7 +15,7 @@
@property (nonatomic, retain, readonly) NSManagedObjectContext *managedObjectContext;
@property (nonatomic, retain, readonly) id<RKManagedObjectCaching> managedObjectCache;
@property (nonatomic, assign) NSOperationQueue *operationQueue;
@property (nonatomic, retain) NSOperationQueue *operationQueue;
@property (nonatomic, assign) BOOL tracksInsertedObjects; // Default: NO
@property (nonatomic, readonly) NSArray *insertedObjects;