public interface MongoParameterAccessor extends ParameterAccessor
ParameterAccessor exposing a maximum distance parameter.| Modifier and Type | Method and Description |
|---|---|
Collation |
getCollation()
Returns the
Collation to be used for the query. |
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.
|
findDynamicProjection, 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.@Nullable Collation getCollation()
Collation to be used for the query.Object[] getValues()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.