I want to select Count of the result Of Sub Query e.g. SELECT COUNT(*) from (SELECT * FROM ENTITY Group By );
Is there any way to do this in HQL?
HQL subqueries can occur only in the select or where clauses.
Hibernate SubQsueries