Uses of Enum
io.ebean.CountDistinctOrder
Packages that use CountDistinctOrder
-
Uses of CountDistinctOrder in io.ebean
Methods in io.ebean that return CountDistinctOrderModifier and TypeMethodDescriptionstatic CountDistinctOrderReturns the enum constant of this type with the specified name.static CountDistinctOrder[]CountDistinctOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean with parameters of type CountDistinctOrderModifier and TypeMethodDescriptionExpressionList.setCountDistinct(CountDistinctOrder orderBy) Extended version for setDistinct in conjunction with "findSingleAttributeList";Query.setCountDistinct(CountDistinctOrder orderBy) Extended version for setDistinct in conjunction with "findSingleAttributeList";