orderBy

public QueryRequest<S> orderBy(EntityColumn column, Direction direction)

Sets the sorting order by the target column and order direction.

Parameters

column

the column to sort by

direction

sorting direction


public QueryRequest<S> orderBy(String column, Direction direction)

Deprecated

Sets the sorting order by the target column and order direction.

Deprecated

Please use the alternative which relies on strongly-typed columns instead.

Parameters

column

the column to sort by

direction

sorting direction