| Package | Description |
|---|---|
| org.springframework.data.mongodb.repository.support |
Support infrastructure for query derivation of MongoDB specific repositories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingMongoEntityInformation<T,ID extends Serializable>
MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessary
information. |
| Modifier and Type | Method and Description |
|---|---|
protected MongoEntityInformation<T,ID> |
SimpleMongoRepository.getEntityInformation() |
<T,ID extends Serializable> |
MongoRepositoryFactory.getEntityInformation(Class<T> domainClass) |
| Constructor and Description |
|---|
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. |
SimpleMongoRepository(MongoEntityInformation<T,ID> metadata,
MongoOperations mongoOperations)
|
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.