Uses of Enum Class
de.caluga.morphium.aggregation.Aggregator.GeoNearFields
Packages that use Aggregator.GeoNearFields
-
Uses of Aggregator.GeoNearFields in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return Aggregator.GeoNearFieldsModifier and TypeMethodDescriptionstatic Aggregator.GeoNearFieldsReturns the enum constant of this class with the specified name.static Aggregator.GeoNearFields[]Aggregator.GeoNearFields.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in de.caluga.morphium.aggregation with type arguments of type Aggregator.GeoNearFieldsModifier and TypeMethodDescriptionAggregator<T,R> Aggregator.geoNear(Map<Aggregator.GeoNearFields, Object> param) Aggregator<T,R> AggregatorImpl.geoNear(Map<Aggregator.GeoNearFields, Object> param) -
Uses of Aggregator.GeoNearFields in de.caluga.morphium.driver.inmem
Method parameters in de.caluga.morphium.driver.inmem with type arguments of type Aggregator.GeoNearFieldsModifier and TypeMethodDescriptionAggregator<T,R> InMemAggregator.geoNear(Map<Aggregator.GeoNearFields, Object> param)