Uses of Class
org.infinispan.query.dsl.SortOrder
-
Packages that use SortOrder Package Description org.infinispan.query.dsl Query DSL API.org.infinispan.query.dsl.impl Query builder DSL implementation for Ickle (a JP-QL subset). -
-
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(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 QueryBuilderQueryBuilder. orderBy(String attributePath, SortOrder sortOrder)Deprecated.QueryBuilderQueryBuilder. orderBy(Expression expression, SortOrder sortOrder)Deprecated. -
Uses of SortOrder in org.infinispan.query.dsl.impl
Methods in org.infinispan.query.dsl.impl with parameters of type SortOrder Modifier and Type Method Description QueryBuilderBaseQueryBuilder. orderBy(String attributePath, SortOrder sortOrder)QueryBuilderBaseQueryBuilder. orderBy(Expression pathExpression, SortOrder sortOrder)
-