Uses of Enum Class
org.infinispan.query.dsl.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in org.infinispan.query.dsl
Subclasses with type arguments of type SortOrder in org.infinispan.query.dslMethods in org.infinispan.query.dsl that return SortOrderModifier and TypeMethodDescriptionstatic SortOrder
Deprecated.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.