Spring Data Document

Uses of Interface
org.springframework.data.mongodb.MongoDbFactory

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   
org.springframework.data.mongodb.core.index   
 

Uses of MongoDbFactory in org.springframework.data.mongodb.config
 

Methods in org.springframework.data.mongodb.config that return MongoDbFactory
 MongoDbFactory AbstractMongoConfiguration.mongoDbFactory()
           
 

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
 

Fields in org.springframework.data.mongodb.core.convert declared as MongoDbFactory
protected  MongoDbFactory MappingMongoConverter.mongoDbFactory
           
 

Constructors in org.springframework.data.mongodb.core.convert with parameters of type MongoDbFactory
MappingMongoConverter(MongoDbFactory mongoDbFactory, org.springframework.data.mapping.context.MappingContext<? extends MongoPersistentEntity<?>,MongoPersistentProperty> mappingContext)
          Creates a new MappingMongoConverter given the new MongoDbFactory and MappingContext.
 

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.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.