|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MongoTemplate | |
---|---|
org.springframework.data.document.mongodb.repository | MongoDB specific repository implementation. |
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 | |
---|---|
MongoQuery(org.springframework.data.repository.query.QueryMethod method,
MongoTemplate template)
Creates a new MongoQuery from the given QueryMethod and
MongoTemplate . |
|
MongoRepositoryFactoryBean.MongoRepositoryFactory(MongoTemplate template)
Creates a new MongoRepositoryFactoryBean.MongoRepositoryFactory fwith the given MongoTemplate . |
|
SimpleMongoRepository(Class<T> domainClass,
MongoTemplate template)
Creates a ew SimpleMongoRepository for the given domain class and
MongoTemplate . |
|
Spring Data Graph | |||||||||
PREV NEXT | FRAMES NO FRAMES |