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:
Jeff Arena
2010-11-30 15:08:05 -08:00
parent fbe8457dd7
commit c19d305b45
12 changed files with 322 additions and 544 deletions

View File

@@ -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;