|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MongoDbFactory | |
|---|---|
| org.springframework.data.mongodb.config | Spring XML namespace configuration for MongoDB specific repositories. |
| org.springframework.data.mongodb.core | MongoDB core support. |
| org.springframework.data.mongodb.core.convert | Spring Data MongoDB specific converter infrastructure. |
| org.springframework.data.mongodb.core.index | Support for MongoDB document indexing. |
| org.springframework.data.mongodb.gridfs | Support for MongoDB GridFS feature. |
| Uses of MongoDbFactory in org.springframework.data.mongodb.config |
|---|
| Methods in org.springframework.data.mongodb.config that return MongoDbFactory | |
|---|---|
MongoDbFactory |
AbstractMongoConfiguration.mongoDbFactory()
Creates a SimpleMongoDbFactory to be used by the MongoTemplate. |
| Uses of MongoDbFactory in org.springframework.data.mongodb.core |
|---|
| Classes in org.springframework.data.mongodb.core that implement MongoDbFactory | |
|---|---|
class |
SimpleMongoDbFactory
Factory to create DB instances from a Mongo instance. |
| Constructors in org.springframework.data.mongodb.core with parameters of type MongoDbFactory | |
|---|---|
MongoTemplate(MongoDbFactory mongoDbFactory)
Constructor used for a basic template configuration. |
|
MongoTemplate(MongoDbFactory mongoDbFactory,
MongoConverter mongoConverter)
Constructor used for a basic template configuration. |
|
| Uses of MongoDbFactory in org.springframework.data.mongodb.core.convert |
|---|
| Constructors in org.springframework.data.mongodb.core.convert with parameters of type MongoDbFactory | |
|---|---|
DefaultDbRefResolver(MongoDbFactory mongoDbFactory)
Creates a new DefaultDbRefResolver with the given MongoDbFactory. |
|
MappingMongoConverter(MongoDbFactory mongoDbFactory,
MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
Deprecated. use the constructor taking a DbRefResolver instead. |
|
| Uses of MongoDbFactory in org.springframework.data.mongodb.core.index |
|---|
| Constructors in org.springframework.data.mongodb.core.index with parameters of type MongoDbFactory | |
|---|---|
MongoPersistentEntityIndexCreator(MongoMappingContext mappingContext,
MongoDbFactory mongoDbFactory)
Creats a new MongoPersistentEntityIndexCreator for the given MongoMappingContext and
MongoDbFactory. |
|
| Uses of MongoDbFactory in org.springframework.data.mongodb.gridfs |
|---|
| Constructors in org.springframework.data.mongodb.gridfs with parameters of type MongoDbFactory | |
|---|---|
GridFsTemplate(MongoDbFactory dbFactory,
MongoConverter converter)
Creates a new GridFsTemplate using the given MongoDbFactory and MongoConverter. |
|
GridFsTemplate(MongoDbFactory dbFactory,
MongoConverter converter,
String bucket)
Creates a new GridFsTemplate using the given MongoDbFactory and MongoConverter. |
|
|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||