Reimplemented the managed object store, converted managed object seeder to importer, cleaned up test breakage.

This commit is contained in:
Blake Watters
2012-07-26 17:31:27 -04:00
parent 8183591ccd
commit 07aadeebdf
23 changed files with 1124 additions and 685 deletions

View File

@@ -262,6 +262,8 @@
{
if (self.objectMapping) {
return self.objectMapping;
} else if (self.resourcePath == nil) {
return nil;
}
return [self.mappingProvider objectMappingForResourcePath:self.resourcePath];