Class CountedValue<A>
java.lang.Object
io.ebean.CountedValue<A>
- All Implemented Interfaces:
Serializable
Holds a distinct value with it's count.
(Used with
QueryBuilder.findSingleAttributeList() and QueryBuilder.setCountDistinct(CountDistinctOrder).)- Author:
- Roland Praml, FOCONIS AG
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CountedValue
-
-
Method Details
-
getCount
public long getCount() -
getValue
-
toString
-