Uses of Class
io.ebean.CountDistinctOrder
-
Packages that use CountDistinctOrder Package Description io.ebean -
-
Uses of CountDistinctOrder in io.ebean
Methods in io.ebean that return CountDistinctOrder Modifier and Type Method Description static CountDistinctOrder
CountDistinctOrder. valueOf(String name)
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.Methods in io.ebean with parameters of type CountDistinctOrder Modifier and Type Method Description Query<T>
ExpressionList. setCountDistinct(CountDistinctOrder orderBy)
Extended version for setDistinct in conjunction with "findSingleAttributeList";Query<T>
Query. setCountDistinct(CountDistinctOrder orderBy)
Extended version for setDistinct in conjunction with "findSingleAttributeList";
-