Spring Data Document

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

Packages that use MongoTemplate
org.springframework.data.mongodb.config Spring XML namespace configuration for MongoDB specific repositories. 
org.springframework.data.mongodb.crossstore   
org.springframework.data.mongodb.repository.query   
org.springframework.data.mongodb.repository.support   
 

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

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

Uses of MongoTemplate in org.springframework.data.mongodb.crossstore
 

Methods in org.springframework.data.mongodb.crossstore with parameters of type MongoTemplate
 void MongoChangeSetPersister.setMongoTemplate(MongoTemplate mongoTemplate)
           
 

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

Constructors in org.springframework.data.mongodb.repository.query with parameters of type MongoTemplate
AbstractMongoQuery(MongoQueryMethod method, MongoTemplate template)
          Creates a new AbstractMongoQuery from the given MongoQueryMethod and MongoTemplate.
PartTreeMongoQuery(MongoQueryMethod method, MongoTemplate template)
          Creates a new PartTreeMongoQuery from the given QueryMethod and MongoTemplate.
StringBasedMongoQuery(MongoQueryMethod method, MongoTemplate template)
           
StringBasedMongoQuery(String query, MongoQueryMethod method, MongoTemplate template)
          Creates a new StringBasedMongoQuery.
 

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

Methods in org.springframework.data.mongodb.repository.support with parameters of type MongoTemplate
protected  org.springframework.data.repository.core.support.RepositoryFactorySupport MongoRepositoryFactoryBean.getFactoryInstance(MongoTemplate template)
          Creates and initializes a RepositoryFactorySupport instance.
 void MongoRepositoryFactoryBean.setTemplate(MongoTemplate template)
          Configures the MongoTemplate to be used.
 

Constructors in org.springframework.data.mongodb.repository.support with parameters of type MongoTemplate
MongoRepositoryFactory(MongoTemplate template)
          Creates a new MongoRepositoryFactory with the given MongoTemplate and MappingContext.
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation, MongoTemplate template)
          Creates a new QueryDslMongoRepository for the given EntityMetadata and MongoTemplate.
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation, MongoTemplate template, org.springframework.data.querydsl.EntityPathResolver resolver)
          Creates a new QueryDslMongoRepository for the given MongoEntityInformation, MongoTemplate and EntityPathResolver.
SimpleMongoRepository(MongoEntityInformation<T,ID> metadata, MongoTemplate template)
          Creates a ew SimpleMongoRepository for the given MongoEntityInformation and MongoTemplate.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.