Static Public Member Functions | |
| static EOFetchSpecification | adjustPrefetching (EODatabaseContext dbc, EOFetchSpecification fetchSpec, String relationshipName, NSArray sourceObjects, EOEditingContext context) |
| static EOFetchSpecification adjustPrefetching | ( | EODatabaseContext | dbc, | |
| EOFetchSpecification | fetchSpec, | |||
| String | relationshipName, | |||
| NSArray | sourceObjects, | |||
| EOEditingContext | context | |||
| ) | [static] |
Helper to fix prefetching fetch spec to abstract entities. when batch fetching across flattened relationships and targeting abstract entities, we end up with GIDs that contain the abstract, no the concrete. So the objects can't be instantiated. If we add the schema based qualifier to the relationship beforehand, everything works as expected.
1.5.8