|
Spring Data MongoDB | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MongoParameterAccessor
Mongo-specific ParameterAccessor exposing a maximum distance parameter.
| Method Summary | |
|---|---|
Point |
getGeoNearLocation()
Returns the Point to use for a geo-near query. |
Distance |
getMaxDistance()
Returns a Distance to be applied to Mongo geo queries. |
| Methods inherited from interface org.springframework.data.repository.query.ParameterAccessor |
|---|
getBindableValue, getPageable, getSort, hasBindableNullValue, iterator |
| Method Detail |
|---|
Distance getMaxDistance()
Distance to be applied to Mongo geo queries.
Distance parameter
at all or the given value for it was null.Point getGeoNearLocation()
Point to use for a geo-near query.
|
Spring Data MongoDB | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||