public interface MongoParameterAccessor extends ParameterAccessor
ParameterAccessor exposing a maximum distance parameter.| Modifier and Type | Method and Description |
|---|---|
Range<Distance> |
getDistanceRange()
Returns a
Distance to be applied to Mongo geo queries. |
TextCriteria |
getFullText()
Returns the
TextCriteria to be used for full text query. |
Point |
getGeoNearLocation()
Returns the
Point to use for a geo-near query. |
Object[] |
getValues()
Returns the raw parameter values of the underlying query method.
|
getBindableValue, getDynamicProjection, getPageable, getSort, hasBindableNullValue, iteratorforEach, spliteratorRange<Distance> getDistanceRange()
Distance to be applied to Mongo geo queries.Distance parameter
at all or the given value for it was null.@Nullable Point getGeoNearLocation()
Point to use for a geo-near query.@Nullable TextCriteria getFullText()
TextCriteria to be used for full text query.Object[] getValues()
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.