Class Methods
MR_fetchAllGroupedBy:withPredicate:sortedBy:ascending: 
+ (NSFetchedResultsController *)MR_fetchAllGroupedBy:(NSString *)group withPredicate:(NSPredicate *)searchTerm sortedBy:(NSString *)sortTerm ascending:(BOOL)ascending
MR_fetchAllGroupedBy:withPredicate:sortedBy:ascending:delegate: 
+ (NSFetchedResultsController *)MR_fetchAllGroupedBy:(NSString *)group withPredicate:(NSPredicate *)searchTerm sortedBy:(NSString *)sortTerm ascending:(BOOL)ascending delegate:(id<NSFetchedResultsControllerDelegate>)delegate
MR_fetchAllGroupedBy:withPredicate:sortedBy:ascending:delegate:inContext: 
+ (NSFetchedResultsController *)MR_fetchAllGroupedBy:(NSString *)group withPredicate:(NSPredicate *)searchTerm sortedBy:(NSString *)sortTerm ascending:(BOOL)ascending delegate:(id<NSFetchedResultsControllerDelegate>)delegate inContext:(NSManagedObjectContext *)context
MR_fetchAllGroupedBy:withPredicate:sortedBy:ascending:inContext: 
+ (NSFetchedResultsController *)MR_fetchAllGroupedBy:(NSString *)group withPredicate:(NSPredicate *)searchTerm sortedBy:(NSString *)sortTerm ascending:(BOOL)ascending inContext:(NSManagedObjectContext *)context
MR_fetchAllSortedBy:ascending:withPredicate:groupBy:delegate: 
+ (NSFetchedResultsController *)MR_fetchAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending withPredicate:(NSPredicate *)searchTerm groupBy:(NSString *)groupingKeyPath delegate:(id<NSFetchedResultsControllerDelegate>)delegate
MR_fetchAllSortedBy:ascending:withPredicate:groupBy:delegate:inContext: 
+ (NSFetchedResultsController *)MR_fetchAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending withPredicate:(NSPredicate *)searchTerm groupBy:(NSString *)groupingKeyPath delegate:(id<NSFetchedResultsControllerDelegate>)delegate inContext:(NSManagedObjectContext *)context
MR_fetchAllWithDelegate: 
+ (NSFetchedResultsController *)MR_fetchAllWithDelegate:(id<NSFetchedResultsControllerDelegate>)delegate
MR_fetchAllWithDelegate:inContext: 
+ (NSFetchedResultsController *)MR_fetchAllWithDelegate:(id<NSFetchedResultsControllerDelegate>)delegate inContext:(NSManagedObjectContext *)context
MR_findAll 
+ (NSArray *)MR_findAll
MR_findAllInContext: 
+ (NSArray *)MR_findAllInContext:(NSManagedObjectContext *)context
MR_findAllSortedBy:ascending: 
+ (NSArray *)MR_findAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending
MR_findAllSortedBy:ascending:inContext: 
+ (NSArray *)MR_findAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending inContext:(NSManagedObjectContext *)context
MR_findAllSortedBy:ascending:withPredicate: 
+ (NSArray *)MR_findAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending withPredicate:(NSPredicate *)searchTerm
MR_findAllSortedBy:ascending:withPredicate:inContext: 
+ (NSArray *)MR_findAllSortedBy:(NSString *)sortTerm ascending:(BOOL)ascending withPredicate:(NSPredicate *)searchTerm inContext:(NSManagedObjectContext *)context
MR_findAllWithPredicate: 
+ (NSArray *)MR_findAllWithPredicate:(NSPredicate *)searchTerm
MR_findAllWithPredicate:inContext: 
+ (NSArray *)MR_findAllWithPredicate:(NSPredicate *)searchTerm inContext:(NSManagedObjectContext *)context
MR_findByAttribute:withValue: 
+ (NSArray *)MR_findByAttribute:(NSString *)attribute withValue:(id)searchValue
MR_findByAttribute:withValue:andOrderBy:ascending: 
+ (NSArray *)MR_findByAttribute:(NSString *)attribute withValue:(id)searchValue andOrderBy:(NSString *)sortTerm ascending:(BOOL)ascending
MR_findByAttribute:withValue:andOrderBy:ascending:inContext: 
+ (NSArray *)MR_findByAttribute:(NSString *)attribute withValue:(id)searchValue andOrderBy:(NSString *)sortTerm ascending:(BOOL)ascending inContext:(NSManagedObjectContext *)context
MR_findByAttribute:withValue:inContext: 
+ (NSArray *)MR_findByAttribute:(NSString *)attribute withValue:(id)searchValue inContext:(NSManagedObjectContext *)context
MR_findFirst 
+ (id)MR_findFirst
MR_findFirstByAttribute:withValue: 
+ (id)MR_findFirstByAttribute:(NSString *)attribute withValue:(id)searchValue
MR_findFirstByAttribute:withValue:inContext: 
+ (id)MR_findFirstByAttribute:(NSString *)attribute withValue:(id)searchValue inContext:(NSManagedObjectContext *)context
MR_findFirstInContext: 
+ (id)MR_findFirstInContext:(NSManagedObjectContext *)context
MR_findFirstOrderedByAttribute:ascending: 
+ (id)MR_findFirstOrderedByAttribute:(NSString *)attribute ascending:(BOOL)ascending
MR_findFirstOrderedByAttribute:ascending:inContext: 
+ (id)MR_findFirstOrderedByAttribute:(NSString *)attribute ascending:(BOOL)ascending inContext:(NSManagedObjectContext *)context
MR_findFirstWithPredicate: 
+ (id)MR_findFirstWithPredicate:(NSPredicate *)searchTerm
MR_findFirstWithPredicate:andRetrieveAttributes: 
+ (id)MR_findFirstWithPredicate:(NSPredicate *)searchTerm andRetrieveAttributes:(NSArray *)attributes
MR_findFirstWithPredicate:andRetrieveAttributes:inContext: 
+ (id)MR_findFirstWithPredicate:(NSPredicate *)searchTerm andRetrieveAttributes:(NSArray *)attributes inContext:(NSManagedObjectContext *)context
MR_findFirstWithPredicate:inContext: 
+ (id)MR_findFirstWithPredicate:(NSPredicate *)searchTerm inContext:(NSManagedObjectContext *)context
MR_findFirstWithPredicate:sortedBy:ascending: 
+ (id)MR_findFirstWithPredicate:(NSPredicate *)searchterm sortedBy:(NSString *)property ascending:(BOOL)ascending
MR_findFirstWithPredicate:sortedBy:ascending:andRetrieveAttributes: 
+ (id)MR_findFirstWithPredicate:(NSPredicate *)searchTerm sortedBy:(NSString *)sortBy ascending:(BOOL)ascending andRetrieveAttributes:(id)attributes, ...
MR_findFirstWithPredicate:sortedBy:ascending:inContext: 
+ (id)MR_findFirstWithPredicate:(NSPredicate *)searchterm sortedBy:(NSString *)property ascending:(BOOL)ascending inContext:(NSManagedObjectContext *)context
MR_findFirstWithPredicate:sortedBy:ascending:inContext:andRetrieveAttributes: 
+ (id)MR_findFirstWithPredicate:(NSPredicate *)searchTerm sortedBy:(NSString *)sortBy ascending:(BOOL)ascending inContext:(NSManagedObjectContext *)context andRetrieveAttributes:(id)attributes, ...