Uses of Class
org.infinispan.query.dsl.SortOrder
-
Packages that use SortOrder Package Description org.infinispan.query.dsl Query DSL API. -
-
Uses of SortOrder in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.query.dsl with parameters of type SortOrder Modifier and Type Method Description QueryBuilderQueryBuilder. orderBy(java.lang.String attributePath, SortOrder sortOrder)QueryBuilderQueryBuilder. orderBy(Expression expression, SortOrder sortOrder)
-