The situation:
I fetch a complete table from my sqllite core data database and show it in a TableView like this:
NSEntityDescriptio
This is proper predicate:
[NSPredicate predicateWithFormat:@"SELF = %@", objectID];
Where objectID is NSManagedObjectID instance.
objectID
NSManagedObjectID