| Interface | Description |
|---|---|
| ConvertingParameterAccessor.PotentiallyConvertingIterator |
Custom
Iterator that adds a method to access elements in a converted manner. |
| EntityInformationCreator |
Interface for components being able to provide
EntityInformationCreator for a given Class. |
| MongoEntityInformation<T,ID extends Serializable> |
Mongo specific
EntityInformation. |
| MongoParameterAccessor |
Mongo-specific
ParameterAccessor exposing a maximum distance parameter. |
| Class | Description |
|---|---|
| AbstractMongoQuery |
Base class for
RepositoryQuery implementations for Mongo. |
| ConvertingParameterAccessor |
Custom
ParameterAccessor that uses a MongoWriter to serialize parameters into Mongo format. |
| MongoParameters |
Custom extension of
Parameters discovering additional |
| MongoParametersParameterAccessor |
Mongo-specific
ParametersParameterAccessor to allow access to the Distance parameter. |
| MongoQueryMethod |
TODO - Extract methods for
MongoQueryMethod.getAnnotatedQuery() into superclass as it is currently copied from Spring Data
JPA |
| PartTreeMongoQuery |
RepositoryQuery implementation for Mongo. |
| QueryUtils |
Collection of utility methods to apply sorting and pagination to a
DBCursor. |
| StringBasedMongoQuery |
Query to use a plain JSON String to create the
Query to actually execute. |
Copyright © 2012. All Rights Reserved.