Uses of Enum Class
org.infinispan.query.dsl.SortOrder
Packages that use SortOrder
Package
Description
Query DSL API.
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 SortOrderModifier and TypeMethodDescriptionstatic SortOrderDeprecated.Returns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.query.dsl with parameters of type SortOrderModifier and TypeMethodDescriptionDeprecated.QueryBuilder.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 SortOrderModifier and TypeMethodDescriptionBaseQueryBuilder.orderBy(Expression pathExpression, SortOrder sortOrder)