How to use CriteriaQuery to implement the sql.
select t.information , b.name, t.countNum from (select Information, count(*) as countNum from TASK where 1=1 group by I