How to group methods belong to one entity in one class file in Core Data like Linq?
        Posted  
        
            by Siegfried
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Siegfried
        
        
        
        Published on 2010-06-05T17:31:44Z
        Indexed on 
            2010/06/05
            17:32 UTC
        
        
        Read the original article
        Hit count: 272
        
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?
© Stack Overflow or respective owner