Sometimes I need instantiate CoreDateEntity to store some infomations for temporarily using. But I needn't it be stored into DB.
currently I created a similar class which have same structures as the CoreDateEntity does. It works well but I have to do many datas transfer between Two models.
Is there any better way to handle this?
Thanks for all the replies. but you guys just give me half answer of this. consider about this, I need place some entity without MOC into current database pool, how could I do this? I already checked the documents of CoreData, seems I didn't find API to transfer one entity from MOC to another MOC(manage object context).