| Package | Description |
|---|---|
| org.springframework.cloud.config.java | |
| org.springframework.cloud.service.document |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.MongoDbFactory |
ServiceConnectionFactory.mongoDbFactory(MongoDbFactoryConfig mongoDbFactoryConfig) |
org.springframework.data.mongodb.MongoDbFactory |
CloudServiceConnectionFactory.mongoDbFactory(MongoDbFactoryConfig mongoDbFactoryConfig)
Get the
MongoDbFactory object associated with the only MongoDB service bound to the app
configured as specified. |
org.springframework.data.mongodb.MongoDbFactory |
ServiceConnectionFactory.mongoDbFactory(String serviceId,
MongoDbFactoryConfig mongoDbFactoryConfig) |
org.springframework.data.mongodb.MongoDbFactory |
CloudServiceConnectionFactory.mongoDbFactory(String serviceId,
MongoDbFactoryConfig mongoDbFactoryConfig)
Get the
MongoDbFactory object for the specified MongoDB service configured as specified. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mongodb.core.SimpleMongoDbFactory |
MongoDbFactoryCreator.configure(org.springframework.data.mongodb.core.SimpleMongoDbFactory mongoDbFactory,
MongoDbFactoryConfig config) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.