public interface MongoParameterAccessor
extends org.springframework.data.repository.query.ParameterAccessor
ParameterAccessor
exposing a maximum distance parameter.Modifier and Type | Method and Description |
---|---|
org.springframework.data.geo.Point |
getGeoNearLocation()
Returns the
Point to use for a geo-near query. |
org.springframework.data.geo.Distance |
getMaxDistance()
Returns a
Distance to be applied to Mongo geo queries. |
getBindableValue, getPageable, getSort, hasBindableNullValue, iterator
forEach, spliterator
org.springframework.data.geo.Distance getMaxDistance()
Distance
to be applied to Mongo geo queries.Distance
parameter
at all or the given value for it was null.org.springframework.data.geo.Point getGeoNearLocation()
Point
to use for a geo-near query.Copyright © 2015. All rights reserved.