Class CountDSL

All Implemented Interfaces:
JoinOperations<AbstractCountDSL<SelectModel,CountDSL>.JoinSpecificationFinisher>, WhereOperations<AbstractCountDSL<SelectModel,CountDSL>.CountWhereBuilder>, Buildable<SelectModel>, ConfigurableStatement<CountDSL>

public class CountDSL extends AbstractCountDSL<SelectModel,CountDSL>
DSL for building count queries. Count queries are specializations of select queries. They have joins and where clauses, but not the other parts of a select (group by, order by, etc.) Count queries always return a long value. If these restrictions are not acceptable, then use the Select DSL for an unrestricted select statement.
Author:
Jeff Butler