删除一个实体
[myPerson MR_deleteEntity];
删除特定上下文中的实体
[myPerson MR_deleteInContext:otherContext];
删除所有实体
[Person MR_truncateAll];
删除特定上下文中的所有实体
[Person MR_truncateAllInContext:otherContext];