Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
保存后,objectID 将是永久的。
但是,如果 managedObjectContext 有父级并且该父级没有保存怎么办。对象 ID 是永久的吗?
只有当对象被保存到持久存储时,对象 ID 才会成为永久的。
保存具有父上下文的托管对象上下文只会将更改推送到父上下文。在保存根上下文之前,这些更改不会保存到持久存储(并且对象 ID 会永久保存)。