Uses of Enum
io.ebean.CountDistinctOrder
-
Uses of CountDistinctOrder in io.ebean
Modifier and TypeMethodDescriptionstatic CountDistinctOrder
Returns 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.Modifier 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";