我有以下模型:
Entities: Entity <----------->> SubEntity
++++++++++++++++++++++++++++++++++++++++++++++++
Attributes: >name >uuid
>identifier >date
问题 #1:
我有一个Entities
. 我想按each 中的最新date
对fetch 进行排序。我该怎么做?SubEntities
Entity
问题#2:
此外,获取请求resultType = NSDictionaryResultType
在返回的字典中有和,我想获取属性name
和(所有latestDate
最新date
的)。那可能吗?SubEntities
Entity