| 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. |
| 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)
|
StringBasedMongoQuery(String query,
MongoQueryMethod method,
MongoOperations mongoOperations)
|
| Modifier and Type | Method and Description |
|---|---|
protected MongoOperations |
SimpleMongoRepository.getMongoOperations()
Returns the underlying
MongoOperations instance. |
| 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. |
| Constructor and Description |
|---|
MongoRepositoryFactory(MongoOperations mongoOperations)
Creates a new
MongoRepositoryFactory with the given MongoOperations. |
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation,
MongoOperations mongoOperations)
|
QueryDslMongoRepository(MongoEntityInformation<T,ID> entityInformation,
MongoOperations mongoOperations,
EntityPathResolver resolver)
Creates a new
QueryDslMongoRepository for the given MongoEntityInformation, MongoTemplate
and EntityPathResolver. |
QuerydslRepositorySupport(MongoOperations operations)
Creates a new
QuerydslRepositorySupport for the given MongoOperations. |
SimpleMongoRepository(MongoEntityInformation<T,ID> metadata,
MongoOperations mongoOperations)
|
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.