| 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 |
|---|
MongoRepositoryBean(javax.enterprise.inject.spi.Bean<MongoOperations> operations,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager,
Optional<org.springframework.data.repository.config.CustomRepositoryImplementationDetector> detector)
Creates a new
MongoRepositoryBean. |
| Constructor and Description |
|---|
AbstractMongoQuery(MongoQueryMethod method,
MongoOperations operations)
|
PartTreeMongoQuery(MongoQueryMethod method,
MongoOperations mongoOperations)
|
StringBasedMongoQuery(MongoQueryMethod method,
MongoOperations mongoOperations,
org.springframework.expression.spel.standard.SpelExpressionParser expressionParser,
org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider)
|
StringBasedMongoQuery(String query,
MongoQueryMethod method,
MongoOperations mongoOperations,
org.springframework.expression.spel.standard.SpelExpressionParser expressionParser,
org.springframework.data.repository.query.EvaluationContextProvider evaluationContextProvider)
Creates a new
StringBasedMongoQuery for the given String, MongoQueryMethod,
MongoOperations, SpelExpressionParser and EvaluationContextProvider. |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.data.repository.core.support.RepositoryFactorySupport |
MongoRepositoryFactoryBean.getFactoryInstance(MongoOperations operations)
Creates and initializes a
RepositoryFactorySupport instance. |
void |
MongoRepositoryFactoryBean.setMongoOperations(MongoOperations operations)
Configures the
MongoOperations to be used. |
| Constructor and Description |
|---|
MongoRepositoryFactory(MongoOperations mongoOperations)
Creates a new
MongoRepositoryFactory with the given MongoOperations. |
QuerydslMongoPredicateExecutor(MongoEntityInformation<T,?> entityInformation,
MongoOperations mongoOperations)
Creates a new
QuerydslMongoPredicateExecutor for the given MongoEntityInformation and
MongoTemplate. |
QuerydslMongoPredicateExecutor(MongoEntityInformation<T,?> entityInformation,
MongoOperations mongoOperations,
org.springframework.data.querydsl.EntityPathResolver resolver)
Creates a new
QuerydslMongoPredicateExecutor for the given MongoEntityInformation,
MongoTemplate and EntityPathResolver. |
QuerydslMongoRepository(MongoEntityInformation<T,?> entityInformation,
MongoOperations mongoOperations)
Deprecated.
|
QuerydslMongoRepository(MongoEntityInformation<T,?> entityInformation,
MongoOperations mongoOperations,
org.springframework.data.querydsl.EntityPathResolver resolver)
Deprecated.
|
QuerydslRepositorySupport(MongoOperations operations)
Creates a new
QuerydslRepositorySupport for the given MongoOperations. |
SimpleMongoRepository(MongoEntityInformation<T,ID> metadata,
MongoOperations mongoOperations)
|
SpringDataMongodbQuery(MongoOperations operations,
Class<? extends T> type)
Creates a new
SpringDataMongodbQuery. |
SpringDataMongodbQuery(MongoOperations operations,
Class<? extends T> type,
String collectionName)
Creates a new
SpringDataMongodbQuery to query the given collection. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.