Package | Description |
---|---|
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 | |
org.springframework.data.mongodb.core.index |
Modifier and Type | Method and Description |
---|---|
MongoDbFactory |
AbstractMongoConfiguration.mongoDbFactory() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleMongoDbFactory
|
Constructor and Description |
---|
MongoTemplate(MongoDbFactory mongoDbFactory)
Constructor used for a basic template configuration
|
MongoTemplate(MongoDbFactory mongoDbFactory,
MongoConverter mongoConverter)
Constructor used for a basic template configuration.
|
Modifier and Type | Field and Description |
---|---|
protected MongoDbFactory |
MappingMongoConverter.mongoDbFactory |
Constructor and Description |
---|
MappingMongoConverter(MongoDbFactory mongoDbFactory,
org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
|
Constructor and Description |
---|
MongoPersistentEntityIndexCreator(MongoMappingContext mappingContext,
MongoDbFactory mongoDbFactory)
Creats a new
MongoPersistentEntityIndexCreator for the given MongoMappingContext and
MongoDbFactory . |
Copyright © 2012. All Rights Reserved.