Spring Data Document

Uses of Class
org.springframework.data.document.mongodb.MongoTemplate

Packages that use MongoTemplate
org.springframework.data.document.mongodb.config Spring XML namespace configuration for MongoDB specific repositories. 
org.springframework.data.document.mongodb.mapping   
org.springframework.data.document.mongodb.repository MongoDB specific repository implementation. 
org.springframework.data.persistence.document.mongo   
 

Uses of MongoTemplate in org.springframework.data.document.mongodb.config
 

Methods in org.springframework.data.document.mongodb.config that return MongoTemplate
abstract  MongoTemplate AbstractMongoConfiguration.mongoTemplate()
           
 

Uses of MongoTemplate in org.springframework.data.document.mongodb.mapping
 

Constructors in org.springframework.data.document.mongodb.mapping with parameters of type MongoTemplate
MongoPersistentEntityIndexCreator(MongoMappingContext mappingContext, MongoTemplate mongoTemplate)
           
 

Uses of MongoTemplate in org.springframework.data.document.mongodb.repository
 

Methods in org.springframework.data.document.mongodb.repository with parameters of type MongoTemplate
 void MongoRepositoryFactoryBean.setTemplate(MongoTemplate template)
          Configures the MongoTemplate to be used.
 

Constructors in org.springframework.data.document.mongodb.repository with parameters of type MongoTemplate
AbstractMongoQuery(org.springframework.data.document.mongodb.repository.MongoQueryMethod method, MongoTemplate template)
          Creates a new AbstractMongoQuery from the given MongoQueryMethod and MongoTemplate.
MongoRepositoryFactoryBean.MongoRepositoryFactory(MongoTemplate template, org.springframework.data.mapping.model.MappingContext mappingContext)
          Creates a new MongoRepositoryFactoryBean.MongoRepositoryFactory with the given MongoTemplate and MappingContext.
PartTreeMongoQuery(org.springframework.data.document.mongodb.repository.MongoQueryMethod method, MongoTemplate template)
          Creates a new PartTreeMongoQuery from the given QueryMethod and MongoTemplate.
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation, MongoTemplate template)
          Creates a new QueryDslMongoRepository for the given EntityMetadata and MongoTemplate.
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation, MongoTemplate template, QueryDslMongoRepository.EntityPathResolver resolver)
          Creates a new QueryDslMongoRepository for the given MongoEntityInformation, MongoTemplate and QueryDslMongoRepository.EntityPathResolver.
SimpleMongoRepository(MongoEntityInformation<T,ID> metadata, MongoTemplate template)
          Creates a ew SimpleMongoRepository for the given MongoEntityInformation and MongoTemplate.
StringBasedMongoQuery(org.springframework.data.document.mongodb.repository.MongoQueryMethod method, MongoTemplate template)
          Creates a new StringBasedMongoQuery.
 

Uses of MongoTemplate in org.springframework.data.persistence.document.mongo
 

Methods in org.springframework.data.persistence.document.mongo with parameters of type MongoTemplate
 void MongoChangeSetPersister.setMongoTemplate(MongoTemplate mongoTemplate)
           
 


Spring Data Document

Copyright © 2011. All Rights Reserved.