| Package | Description |
|---|---|
| org.springframework.data.mongodb.core |
MongoDB core support.
|
| org.springframework.data.mongodb.repository.cdi |
CDI support for MongoDB specific repository implementation.
|
| org.springframework.data.mongodb.repository.query |
Query derivation mechanism for MongoDB specific repositories.
|
| org.springframework.data.mongodb.repository.support |
Support infrastructure for query derivation of MongoDB specific repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoTemplate
Primary implementation of
MongoOperations. |
| Constructor and Description |
|---|
DefaultIndexOperations(MongoOperations mongoOperations,
String collectionName)
Creates a new
DefaultIndexOperations. |
DefaultIndexOperations(MongoOperations mongoOperations,
String collectionName,
Class<?> type)
Creates a new
DefaultIndexOperations. |
| Constructor and Description |
|---|
MongoRepositoryBean(javax.enterprise.inject.spi.Bean<MongoOperations> operations,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager,
CustomRepositoryImplementationDetector detector)
Creates a new
MongoRepositoryBean. |
| Constructor and Description |
|---|
AbstractMongoQuery(MongoQueryMethod method,
MongoOperations operations)
|
PartTreeMongoQuery(MongoQueryMethod method,
MongoOperations mongoOperations)
|
StringBasedMongoQuery(MongoQueryMethod method,
MongoOperations mongoOperations,
SpelExpressionParser expressionParser,
EvaluationContextProvider evaluationContextProvider)
|
StringBasedMongoQuery(String query,
MongoQueryMethod method,
MongoOperations mongoOperations,
SpelExpressionParser expressionParser,
EvaluationContextProvider evaluationContextProvider)
Creates a new
StringBasedMongoQuery for the given String, MongoQueryMethod,
MongoOperations, SpelExpressionParser and EvaluationContextProvider. |
| Modifier and Type | Method and Description |
|---|---|
protected RepositoryFactorySupport |
MongoRepositoryFactoryBean.getFactoryInstance(MongoOperations operations)
Creates and initializes a
RepositoryFactorySupport instance. |
void |
MongoRepositoryFactoryBean.setMongoOperations(MongoOperations operations)
Configures the
MongoOperations to be used. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.