MongoDB
 sql >> Cơ Sở Dữ Liệu >  >> NoSQL >> MongoDB

Dữ liệu Ember phân cấp đa cấp với luôn được nhúng

Vẫn còn một số bản sửa lỗi trong ember-rails:Chúng tôi gặp sự cố vì chức năng này

extractEmbeddedBelongsTo: function(loader, relationship, data, parent, prematerialized)     {
var reference = this.extractRecordRepresentation(loader, relationship.type, data, true);
prematerialized[relationship.key] = reference;

// If the embedded record should also be saved back when serializing the parent,
// make sure we set its parent since it will not have an ID.
var embeddedType = this.embeddedType(parent.type, relationship.key);
if (embeddedType === 'always') {
  reference.parent = parent;
}

}

Quan hệ BelongsTo là bỏ qua việc trích xuất các đối tượng được nhúng. Cái sai ở đây:

extractEmbeddedBelongsTo: function(loader, relationship, data, parent, prematerialized) {
var reference = loader.sideload(relationship.type, data);
prematerialized[relationship.key] = reference;

// If the embedded record should also be saved back when serializing the parent,
// make sure we set its parent since it will not have an ID.
var embeddedType = this.embeddedType(parent.type, relationship.key);
if (embeddedType === 'always') {
  reference.parent = parent;
}

}




  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. xác thực dòng lệnh của mongo không thành công

  2. C # mongodb - cách cập nhật các phần tử mảng lồng nhau

  3. MongoDB $ dateToString

  4. MongoDB khác với cơ sở dữ liệu SQL như thế nào

  5. Kết nối với MongoDB 3.0 bằng Java Spring