Where are Ember Data's commitDetails' created/updated/deleted OrderedSets set?
问题 Ember Data's Adapter saves edited records in different groups of Ember.OrderedSets , namely: commitDetails.created, commitDetails.updated, and commitDetails.deleted. model.save() from model controller's createRecord() will be placed in the commitDetails.created group. model.save() from model controller's acceptChanges will placed be in the commitDetails.updated group. But I can't find in code where the placement association happens. I know that they are instantiated in Ember Transaction's