Java org.springframework.data.domain Sort fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.domain Sort fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.domain Sort.

The text is from its open source code.

Field

Constructor

Sort(Direction direction, List properties)
Creates a new Sort instance.

Method

Sortand(Sort sort)
Returns a new Sort consisting of the Order s of the current Sort combined with the given ones.
Sortby(String... properties)
Creates a new Sort for the given properties.
Sortby(List orders)
Creates a new Sort for the given Order s.
Sortby(Order... orders)
Creates a new Sort for the given Order s.
OrdergetOrderFor(String property)
Returns the order registered for the given property.
Iteratoriterator()
Spliteratorspliterator()
Creates a Spliterator over the elements described by this Iterable .
StringtoString()