How to group methods belong to one entity in one class file in Core Data like Linq?
- by Siegfried
How to group methods belong to one entity in one class file in Core Data like Linq? In Linq, we can put all methods in the domain object class and reuse them, in Core Data, is there any way to create different classes for different entities? Or we can only use predicate to retrieve?