| 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>
MongoEntityInformation implementation using a MongoPersistentEntity instance to lookup the necessary
information. |
| Modifier and Type | Method and Description |
|---|---|
<T,ID> MongoEntityInformation<T,ID> |
ReactiveMongoRepositoryFactory.getEntityInformation(Class<T> domainClass) |
<T,ID> MongoEntityInformation<T,ID> |
MongoRepositoryFactory.getEntityInformation(Class<T> domainClass) |
| Constructor and Description |
|---|
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.
|
SimpleMongoRepository(MongoEntityInformation<T,ID> metadata,
MongoOperations mongoOperations)
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.