in src/main/java/org/apache/sling/mongodb/impl/MongoDBResourceProvider.java [416:422]
public DBObject getUpdatedDBObject(final String path, final DBObject dbObj) {
final MongoDBResource stored = this.changedResources.get(path);
if ( stored != null ) {
return stored.getProperties();
}
return dbObj;
}