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 SortOrder
SortOrder. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Deprecated.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 QueryBuilder
QueryBuilder. orderBy(String attributePath, SortOrder sortOrder)
Deprecated.QueryBuilder
QueryBuilder. orderBy(Expression expression, SortOrder sortOrder)
Deprecated.
-