那么为什么Core Data将描述数据的类和包含数据的类分开呢?它与断层有关吗?
解决方法If you have a normal NSObject subclass,the description of the data and the actual data are in the same place,aren’t they.
不.该类是对象的描述,实例是对象(包括其数据).
Why then does Core Data separate the class which describes the data and the class which contains the data? Is it to do with faulting?
不,这是因为模型的描述与符合模型的数据的实例化本质上是不同的.这是计算中的标准事物,例如对于sql数据库,数据描述(DDL)不是数据(实际数据库).使用XML,描述(模式或DTD)不是实际的XML数据.
总结以上是内存溢出为你收集整理的iphone – 为什么NSManagedObject和NSEntityDescription是分开的类?全部内容,希望文章能够帮你解决iphone – 为什么NSManagedObject和NSEntityDescription是分开的类?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)