| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| AbstractMongoQuery
Base class for
RepositoryQuery implementations for Mongo. |
| ConvertingParameterAccessor
Custom
ParameterAccessor that uses a MongoWriter to serialize parameters into Mongo format. |
| ConvertingParameterAccessor.PotentiallyConvertingIterator
Custom
Iterator that adds a method to access elements in a converted manner. |
| MongoEntityMetadata
Extension of
EntityMetadata to additionally expose the collection name an entity shall be persisted to. |
| MongoParameterAccessor
Mongo-specific
ParameterAccessor exposing a maximum distance parameter. |
| MongoParameters
Custom extension of
Parameters discovering additional |
| MongoQueryMethod
Mongo specific implementation of
QueryMethod. |
| Class and Description |
|---|
| MongoEntityInformation
Mongo specific
EntityInformation. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.