开发者

Relationship Sync in Core Data

If we select a core data and I click some relationship. Then I go to Data Model Inspect开发者_运维问答or.

There is a section called Relationship sync. I wonder what it is? I thought core data are syncing relationship by default.

For example, if I do employee.boss = someBoss, then automatically someBoss will add employee to his Employees relationship and oldBoss will remove employee from his/her employees relationship.'

So how come?

The default value for the Synchronization item in Relationship sync is disabled by the way. So the normal synchronization can't be that. Is this about synchronization with server?

I also see attribute sync and entity sync if I select attribute and entity respectively. What the hell is that?


Sync in this instance means utilizing synchronization services between different instances of the app running on different devices. It doesn't have anything to do with Core Data per se but just notifies the synchronization services that Core Data is exposing that part of the data model to the synchronization services.

If you are not using synchronization services, you can just ignore the setting.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜