- Enclosing interface:
-
QueryMapper
public static interface QueryMapper.MapperOrder
Represents the step in the query fluent API where it's possible to
define the order of the results or to perform the query execution.
-
Method Details
-
asc
Defines the order as ascending.- Returns:
-
the
QueryMapper.MapperNameOrderinstance
-
desc
QueryMapper.MapperNameOrder desc()Defines the order as descending.- Returns:
-
the
QueryMapper.MapperNameOrderinstance
-