Uses of Class
ch.ivyteam.ivy.security.query.UserQuery.OrderByQuery
Packages that use UserQuery.OrderByQuery
-
Uses of UserQuery.OrderByQuery in ch.ivyteam.ivy.security.query
Subclasses of UserQuery.OrderByQuery in ch.ivyteam.ivy.security.queryModifier and TypeClassDescriptionstatic classProvides methods to define the direction of the sorting either ascending or descending.Methods in ch.ivyteam.ivy.security.query that return UserQuery.OrderByQueryModifier and TypeMethodDescriptionUserQuery.OrderByColumnQuery.ascending()Sorts the column in ascending direction.UserQuery.OrderByColumnQuery.ascendingNullFirst()Sorts the column in ascending direction, withNULLvalues at the beginning of the list.UserQuery.OrderByColumnQuery.ascendingNullLast()Sorts the column in ascending direction, withNULLvalues at the end of the list.UserQuery.OrderByColumnQuery.descending()Sorts the column in descending direction.UserQuery.OrderByColumnQuery.descendingNullFirst()Sorts the column in descending direction, withNULLvalues at the beginning of the list.UserQuery.OrderByColumnQuery.descendingNullLast()Sorts the column in descending direction, withNULLvalues at the end of the list.