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.repository MongoDB specific repository implementation. 
 

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.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)
          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, 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.
StringBasedMongoQuery(org.springframework.data.document.mongodb.repository.MongoQueryMethod method, MongoTemplate template)
          Creates a new StringBasedMongoQuery.
 



Copyright © 2011. All Rights Reserved.