mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 12:27:52 +08:00
fix for mapper bug that was assuming a 1:1 mapping between object classes and elements; removed method from dictionary category that made the 1:1 mapping assumption that caused the mapper bug; collapsed the RKRequestModel and RKRequestTTModel classes into RKRequestTTModel; made changes to the Three20 integration to perform all cache loading and network loading in response to Three20 load calls; used isOutdated TTModel method to enforce refreshRate on RKRequestTTModel
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
+ (id)object;
|
||||
|
||||
/**
|
||||
* The name of an object mapped property existing on this classs representing the unique primary key.
|
||||
* The name of an object mapped property existing on this class representing the unique primary key.
|
||||
* Must be implemented by the subclass for the mapper to be able to uniquely identify objects.
|
||||
*/
|
||||
+ (NSString*)primaryKeyProperty;
|
||||
|
||||
Reference in New Issue
Block a user