@Component public class MongodbDocumentDriver extends Object implements DocumentDriver
| Constructor and Description |
|---|
MongodbDocumentDriver(String documentsDbName,
org.apache.camel.ProducerTemplate producerTemplate,
BsonMapper bsonMapper) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
findByQuery(FindByQueryOperation findByQueryOperation) |
String |
save(SaveOperation saveOperation) |
@Autowired
public MongodbDocumentDriver(@Value(value="${cloudlet.document.driver.mongodb.db}")
String documentsDbName,
org.apache.camel.ProducerTemplate producerTemplate,
BsonMapper bsonMapper)
public String save(SaveOperation saveOperation)
save in interface DocumentDriverpublic List<Map<String,Object>> findByQuery(FindByQueryOperation findByQueryOperation)
findByQuery in interface DocumentDriverCopyright © 2015. All rights reserved.