Core Data not-reverse relationship subquery
- by user561485
Hi,
I have the following entities in CoreData:
Village
- villageID
Bookmark
- (relation) village
There are multiple villages with each an unique villageID. I have a entity Bookmark which only has a relation to a Village entity; it isn't possible to make a reverse relation.
Now I would like to get the village entities where there exists a…