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
Subclasses with type arguments of type Order.Mode in org.springframework.data.elasticsearch.core.queryFields in org.springframework.data.elasticsearch.core.query declared as Order.ModeMethods in org.springframework.data.elasticsearch.core.query that return Order.ModeModifier and TypeMethodDescriptionGeoDistanceOrder.getMode()@Nullable Order.ModeOrder.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(@Nullable Order.Mode mode) Order.with(@Nullable 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, @Nullable Order.Mode mode) Order(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint, @Nullable Order.Mode mode, @Nullable String unmappedType) Order(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint, @Nullable Order.Mode mode, @Nullable String unmappedType, @Nullable String missing) Order(Sort.Direction direction, String property, Sort.NullHandling nullHandlingHint, @Nullable Order.Mode mode, @Nullable String unmappedType, @Nullable String missing, @Nullable Order.Nested nested) Order(Sort.Direction direction, String property, @Nullable Order.Mode mode) Order(Sort.Direction direction, String property, @Nullable Order.Mode mode, @Nullable String unmappedType)