Uses of Enum Class
org.springframework.data.elasticsearch.core.query.Order.Mode
Packages that use Order.Mode
-
Uses of Order.Mode in org.springframework.data.elasticsearch.core.query
Fields in org.springframework.data.elasticsearch.core.query declared as Order.ModeModifier and TypeFieldDescriptionstatic final Order.ModeOrder.DEFAULT_MODEprotected final Order.ModeOrder.modeMethods in org.springframework.data.elasticsearch.core.query that return Order.ModeModifier and TypeMethodDescriptionGeoDistanceOrder.getMode()Order.getMode()static Order.ModeReturns the enum constant of this class with the specified name.static Order.Mode[]Order.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core.query with parameters of type Order.ModeModifier and TypeMethodDescriptionGeoDistanceOrder.with(Order.Mode mode) Order.with(Order.Mode mode) Constructors in org.springframework.data.elasticsearch.core.query with parameters of type Order.ModeModifierConstructorDescriptionOrder(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint, Order.Mode mode) Order(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint, Order.Mode mode, String unmappedType) Order(Sort.Direction direction, String property, Order.Mode mode) Order(Sort.Direction direction, String property, Order.Mode mode, String unmappedType)