Spring Data MongoDB - Core

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 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.
MongoPersistentEntityIndexCreator(MongoMappingContext mappingContext, MongoDbFactory mongoDbFactory, org.springframework.data.mongodb.core.index.IndexResolver indexResolver)
          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

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.